diff options
author | George Hazan <ghazan@miranda.im> | 2022-02-16 19:44:08 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-02-16 19:44:08 +0300 |
commit | e919cfd6e9891c0f15b0550a2936cc278a8ab235 (patch) | |
tree | 6de4a94d39899ff9254294b2fbb17f8454925ccd /plugins/NewEventNotify/src/resource.h | |
parent | 2654e0d0443d3d66cc18e3f9923e667013b17f07 (diff) |
more fixes for #3027
Diffstat (limited to 'plugins/NewEventNotify/src/resource.h')
-rw-r--r-- | plugins/NewEventNotify/src/resource.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/NewEventNotify/src/resource.h b/plugins/NewEventNotify/src/resource.h index de868af136..cc09b63989 100644 --- a/plugins/NewEventNotify/src/resource.h +++ b/plugins/NewEventNotify/src/resource.h @@ -5,6 +5,9 @@ #define IDD_OPT_MAIN 101
#define IDD_OPT_MESSAGE 102
#define IDC_PREVIEW 1000
+#define IDC_LIMITPREVIEW 1001
+#define IDC_MESSAGEPREVIEWLIMIT 1002
+#define IDC_MESSAGEPREVIEWLIMITSPIN 1003
#define IDC_CHKWINDOWCHECK 1013
#define IDC_CHKREPLYWINDOW 1014
#define IDC_DELAY_ERR 1015
|