diff options
author | George Hazan <ghazan@miranda.im> | 2022-10-03 20:00:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-10-03 20:00:41 +0300 |
commit | cc0cde8d87358738bcad304e8bdc9c944d55cdaa (patch) | |
tree | c6615f01402c324e349437ebd3575c94d48ddaf6 /protocols/WhatsAppWeb/res | |
parent | f23e1a5e267d9feec25b3a8a2f26017d03963f25 (diff) |
WhatsApp:
- nick name added to all options dialogs;
- added error popups;
Diffstat (limited to 'protocols/WhatsAppWeb/res')
-rw-r--r-- | protocols/WhatsAppWeb/res/whatsapp.rc | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/protocols/WhatsAppWeb/res/whatsapp.rc b/protocols/WhatsAppWeb/res/whatsapp.rc index b133c6d5f6..1d32f6b828 100644 --- a/protocols/WhatsAppWeb/res/whatsapp.rc +++ b/protocols/WhatsAppWeb/res/whatsapp.rc @@ -39,10 +39,12 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 400, 0, 0x0 BEGIN - LTEXT "Default group:",IDC_STATIC,4,5,55,10 - EDITTEXT IDC_DEFGROUP,53,3,130,12,ES_AUTOHSCROLL + LTEXT "Nick:",IDC_STATIC,3,6,55,10 + EDITTEXT IDC_NICK,61,4,119,12,ES_AUTOHSCROLL + LTEXT "Default group:",IDC_STATIC,4,23,55,10 + EDITTEXT IDC_DEFGROUP,62,21,119,12,ES_AUTOHSCROLL CONTROL "Do not open chat windows on creation",IDC_HIDECHATS, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,0,21,182,10 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,0,37,182,10 END IDD_OPTIONS DIALOGEX 0, 0, 305, 188 @@ -50,10 +52,12 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - LTEXT "Default group:",IDC_STATIC,5,8,79,10 - EDITTEXT IDC_DEFGROUP,87,7,211,12,ES_AUTOHSCROLL + LTEXT "Nick:",IDC_STATIC,5,6,79,10 + EDITTEXT IDC_NICK,87,5,211,12,ES_AUTOHSCROLL + LTEXT "Default group:",IDC_STATIC,5,24,79,10 + EDITTEXT IDC_DEFGROUP,87,23,211,12,ES_AUTOHSCROLL CONTROL "Do not open chat windows on creation",IDC_HIDECHATS, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,29,294,10 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,43,294,10 END IDD_GROUPCHAT_INVITE DIALOGEX 0, 0, 215, 170 |