From fce69a87e8dfc0b4ebf641507f96295806419b19 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 9 Jun 2018 17:19:42 +0300 Subject: fixes #1406 (Scriver: sending by Shift+Enter) --- plugins/Scriver/res/resource.rc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'plugins/Scriver/res') 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 -- cgit v1.2.3