diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-08 16:58:19 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-08 16:58:19 +0300 |
commit | 6813bac6fee9b1ca6b80c700db30f54416782282 (patch) | |
tree | 69689ccd63f0402aa318d38054aa5fdc6d933691 /plugins/Scriver/src/resource.h | |
parent | 83f8ea45f94d1d176c0fb3ca37bbdf8358196908 (diff) |
fix for the control codes in Scriver
Diffstat (limited to 'plugins/Scriver/src/resource.h')
-rw-r--r-- | plugins/Scriver/src/resource.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/Scriver/src/resource.h b/plugins/Scriver/src/resource.h index 6cd0df7ca7..6ce2fac1b0 100644 --- a/plugins/Scriver/src/resource.h +++ b/plugins/Scriver/src/resource.h @@ -169,10 +169,8 @@ #define IDC_XSTATUSICON 1646
#define IDC_INPUTLINES 1647
#define IDC_INPUTLINESSPIN 1648
-#define IDC_CHAT_LOG 5005
-#define IDC_SPLITTERX 5006
-#define IDC_SPLITTERY 5008
-#define IDC_CHAT_MESSAGE 5009
+#define IDC_SPLITTERX 5006
+#define IDC_SPLITTERY 5008
#define IDC_CHAT_BOLD 5010
#define IDC_CHAT_ITALICS 5011
#define IDC_CHAT_UNDERLINE 5012
@@ -182,7 +180,6 @@ #define IDC_CHAT_COLOR 5017
#define IDC_CHAT_BKGCOLOR 5019
#define IDC_CHAT_CHECKBOXES 5021
-#define IDC_CHAT_HISTORY 5022
#define IDC_CHAT_NICKROW 5024
#define IDC_CHAT_LOGLIMIT 5024
#define IDC_CHAT_SPIN1 5028
|