diff options
author | George Hazan <ghazan@miranda.im> | 2022-05-20 21:04:44 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-05-20 21:04:44 +0300 |
commit | 7e9d92453de0fbe4fdb4168ab2275108f37d6152 (patch) | |
tree | e7895a7664a9ea326e926c630b24e699ddc3f7a4 /plugins/TabSRMM/res | |
parent | 9a9735aeeaa371f7a1501d28a702cc56e4c1bfa0 (diff) |
fixes #3071 (TabSRMM имеет настройку отключения попапов про набор текста, которая конфликтует с настройкой StdPopup)
Diffstat (limited to 'plugins/TabSRMM/res')
-rw-r--r-- | plugins/TabSRMM/res/resource.rc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index 2b64a58a9e..79160c1d8a 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -272,8 +272,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,33,175,230,10
CONTROL "Show balloon tooltip in the system tray",IDC_NOTIFYBALLOON,
"Button",BS_AUTOCHECKBOX | WS_GROUP,44,188,206,10
- GROUPBOX " Show popups when a user is typing",IDC_STATIC111,7,203,269,30
- CONTROL "",IDC_NOTIFYPOPUP,"Button",BS_AUTOCHECKBOX,16,202,12,12
+ GROUPBOX "Show popups when a user is typing",IDC_STATIC,7,203,269,30
COMBOBOX IDC_MTN_POPUPMODE,32,216,230,46,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
CONTROL "More about typing notifications",IDC_MTN_HELP,"Hyperlink",WS_TABSTOP | 0x1,9,237,262,9
END
|