diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-01-20 18:16:39 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-01-20 18:16:44 +0300 |
| commit | 7b22bee71aaadf19c93ee0c43349fd6f1f3782e0 (patch) | |
| tree | 7dad4fecd8f805fc319668693f80f710f97b5639 | |
| parent | b3938a9bf9addb7f24642e8fda50cf746aa7da44 (diff) | |
cosmetic fix
| -rw-r--r-- | plugins/TabSRMM/res/chat.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/res/chat.rc b/plugins/TabSRMM/res/chat.rc index cae7e4d74b..3a81b23100 100644 --- a/plugins/TabSRMM/res/chat.rc +++ b/plugins/TabSRMM/res/chat.rc @@ -91,9 +91,9 @@ BEGIN GROUPBOX "Options",IDC_STATIC,3,0,300,229
CONTROL "",IDC_CHECKBOXES,"SysTreeView32",TVS_DISABLEDRAGDROP | TVS_FULLROWSELECT | WS_BORDER | WS_HSCROLL | WS_TABSTOP,6,9,289,177
LTEXT "Text for autocomplete:",IDC_STATIC,10,210,177,10
- EDITTEXT IDC_GROUP,191,192,102,14,ES_AUTOHSCROLL
- CONTROL "Add new rooms to group:",IDC_CHAT_USEGROUP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,193,179,10
EDITTEXT IDC_AUTOCOMPLETE,191,208,102,14,ES_AUTOHSCROLL
+ CONTROL "Add new rooms to group:",IDC_CHAT_USEGROUP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,193,179,10
+ EDITTEXT IDC_GROUP,191,192,102,14,ES_AUTOHSCROLL
END
IDD_OPTIONS2 DIALOGEX 0, 0, 306, 214
|
