diff options
author | George Hazan <george.hazan@gmail.com> | 2023-06-13 14:11:18 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-06-13 14:11:18 +0300 |
commit | c4019c5bb3ff3524061771920c98d0c789b0c8e3 (patch) | |
tree | ce87e138d2e88f90893bd6932bad840ef2558036 /protocols/WhatsApp/res | |
parent | 952d8186f3ac3b5efebed33c11aed244aa27f312 (diff) |
WhatsApp: fix for the field order in the Account Manager's options dialog
Diffstat (limited to 'protocols/WhatsApp/res')
-rw-r--r-- | protocols/WhatsApp/res/whatsapp.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/WhatsApp/res/whatsapp.rc b/protocols/WhatsApp/res/whatsapp.rc index 0a9baae9d5..18f3a243ed 100644 --- a/protocols/WhatsApp/res/whatsapp.rc +++ b/protocols/WhatsApp/res/whatsapp.rc @@ -43,10 +43,10 @@ BEGIN EDITTEXT IDC_NICK,96,4,86,12,ES_AUTOHSCROLL LTEXT "Default group:",IDC_STATIC,0,23,89,10 EDITTEXT IDC_DEFGROUP,96,21,86,12,ES_AUTOHSCROLL - CONTROL "Do not open chat windows on creation",IDC_HIDECHATS, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,0,57,182,10 LTEXT "Device name:",IDC_STATIC,0,39,89,10 EDITTEXT IDC_DEVICE_NAME,96,38,86,12,ES_AUTOHSCROLL + CONTROL "Do not open chat windows on creation",IDC_HIDECHATS, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,0,57,182,10 END IDD_OPTIONS DIALOGEX 0, 0, 305, 188 |