summaryrefslogtreecommitdiff
path: root/plugins/Scriver/res
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-06-09 17:19:42 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-06-09 17:19:42 +0300
commitfce69a87e8dfc0b4ebf641507f96295806419b19 (patch)
treeb46f26b7250240fa3a2d835655ed10efa1ee1582 /plugins/Scriver/res
parentae8e9d41f8b5cfb121d39143c31a8e19c0a4b9c1 (diff)
fixes #1406 (Scriver: sending by Shift+Enter)
Diffstat (limited to 'plugins/Scriver/res')
-rw-r--r--plugins/Scriver/res/resource.rc5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Scriver/res/resource.rc b/plugins/Scriver/res/resource.rc
index f352a038b6..1796a4459a 100644
--- a/plugins/Scriver/res/resource.rc
+++ b/plugins/Scriver/res/resource.rc
@@ -47,9 +47,8 @@ BEGIN
EDITTEXT IDC_SECONDS,213,125,35,12,ES_RIGHT | ES_NUMBER
CONTROL "",IDC_SECONDSSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,239,125,11,14
LTEXT "seconds",IDC_STATIC,253,127,44,8
- CONTROL "Send message on 'Enter'",IDC_SENDONENTER,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,6,144,293,10
- CONTROL "Send message on double 'Enter'",IDC_SENDONDBLENTER,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,6,156,293,10
- CONTROL "Send message on 'Ctrl+Enter'",IDC_SENDONCTRLENTER,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,6,168,293,10
+ LTEXT "Send message on:",IDC_STATIC,6,142,192,8
+ COMBOBOX IDC_SENDMODE,6,153,84,10,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
END
IDD_OPT_MSGTABS DIALOGEX 2, 0, 304, 230