diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-04 14:25:47 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-04 14:25:47 +0300 |
commit | e7bfca36fab763870bf30240ce279beca69a1ad1 (patch) | |
tree | e7a99a64da8f32aa02913ad280fbc17a7565b0aa /plugins/Scriver/src/resource.h | |
parent | 4b6f2b43bcfbe2bc8202723e301d6a68f48c10bd (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/resource.h')
-rw-r--r-- | plugins/Scriver/src/resource.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/Scriver/src/resource.h b/plugins/Scriver/src/resource.h index 37bb17e72b..138cce6651 100644 --- a/plugins/Scriver/src/resource.h +++ b/plugins/Scriver/src/resource.h @@ -94,23 +94,24 @@ #define IDC_USERELATIVEDATE 1025
#define IDC_USEIEVIEW 1026
#define IDC_FONTSCOLORS 1027
+#define IDC_LOADUNREAD 1031
#define IDC_SHOWLOGICONS 1032
#define IDC_SHOWTIMES 1033
#define IDC_SHOWDATES 1034
#define IDC_CLIST 1035
#define IDC_GROUPMESSAGES 1036
#define IDC_SAVEPERCONTACT 1037
+#define IDC_LOADCOUNT 1038
#define IDC_LOADCOUNTN 1039
#define IDC_LOADCOUNTSPIN 1040
#define IDC_SHOWSTATUSBAR 1041
#define IDC_SHOWTOOLBAR 1042
-#define IDC_LOADUNREAD 1043
#define IDC_SENDONENTER 1043
-#define IDC_LOADCOUNT 1044
#define IDC_SENDONDBLENTER 1044
#define IDC_LOADTIMEN 1045
#define IDC_LOADTIMESPIN 1046
#define IDC_LOADTIME 1047
+#define IDC_SENDONCTRLENTER 1048
#define IDC_SHOWTITLEBAR 1050
#define IDC_STMINSOLD 1051
#define IDC_SHOWPROGRESS 1052
@@ -247,7 +248,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 102
+#define _APS_NEXT_RESOURCE_VALUE 103
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1003
#define _APS_NEXT_SYMED_VALUE 101
|