summaryrefslogtreecommitdiff
path: root/plugins/AuthState/res
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-03-19 17:12:32 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-03-19 17:12:32 +0300
commite8f5997b1543b7a5768dda75c39ae3ac191e1a32 (patch)
tree78b59cb88cb270e9d57a260b0dc6746ec0ed5131 /plugins/AuthState/res
parentbe033094b81ececb2fd911b0212d3542491212f5 (diff)
fixes #2786 (AuthState: remove "Enable menu item" option)
Diffstat (limited to 'plugins/AuthState/res')
-rw-r--r--plugins/AuthState/res/authstate.rc7
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/AuthState/res/authstate.rc b/plugins/AuthState/res/authstate.rc
index 6f496f8059..f17570aea3 100644
--- a/plugins/AuthState/res/authstate.rc
+++ b/plugins/AuthState/res/authstate.rc
@@ -75,12 +75,11 @@ IDD_AUTHSTATE_OPT DIALOGEX 0, 0, 314, 130
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
- CONTROL "Show Request icon",IDC_AUTHICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,70,246,18
- CONTROL "Show Grant icon",IDC_GRANTICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,86,246,18
GROUPBOX "Plugin settings",IDC_STATIC,19,23,276,90
- CONTROL "Enable menu item",IDC_ENABLEMENUITEM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,42,246,13
CONTROL "Show icons only for recently added contacts",IDC_ICONSFORRECENT,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,55,246,17
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,42,246,17
+ CONTROL "Show Request icon",IDC_AUTHICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,55,246,18
+ CONTROL "Show Grant icon",IDC_GRANTICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,70,246,18
END