summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/msgs.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-06-04 14:25:47 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-06-04 14:25:47 +0300
commite7bfca36fab763870bf30240ce279beca69a1ad1 (patch)
treee7a99a64da8f32aa02913ad280fbc17a7565b0aa /plugins/Scriver/src/msgs.h
parent4b6f2b43bcfbe2bc8202723e301d6a68f48c10bd (diff)
Scriver:
- fixes #1404 (Scriver: cannot change "Send message on" settings) - fixes #1405 (Scriver: add "Send message on Ctrl+Enter")
Diffstat (limited to 'plugins/Scriver/src/msgs.h')
-rw-r--r--plugins/Scriver/src/msgs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Scriver/src/msgs.h b/plugins/Scriver/src/msgs.h
index 2ca2855895..5abab8fe59 100644
--- a/plugins/Scriver/src/msgs.h
+++ b/plugins/Scriver/src/msgs.h
@@ -379,6 +379,8 @@ extern int fontOptionsListSize;
#define SRMSGDEFSET_SENDONENTER 1
#define SRMSGSET_SENDONDBLENTER "SendOnDblEnter"
#define SRMSGDEFSET_SENDONDBLENTER 0
+#define SRMSGSET_SENDONCTRLENTER "SendOnCtrlEnter"
+#define SRMSGDEFSET_SENDONCTRLENTER 0
#define SRMSGSET_SENDBUTTON "UseSendButton"
#define SRMSGDEFSET_SENDBUTTON 0
#define SRMSGSET_CHARCOUNT "ShowCharCount"