diff options
author | Mataes <mataes2007@gmail.com> | 2019-10-20 20:19:09 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2019-10-20 20:19:09 +0300 |
commit | c0ba534a3a42ef1530d2fa5870c897b50044aab0 (patch) | |
tree | 70a09eaf83eb362a049783b6b421c5b54664495d | |
parent | 07c657da00c953f58f56cc5943d9da31450b563f (diff) |
NewStory: cleanup
-rw-r--r-- | plugins/NewStory/src/resource.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/plugins/NewStory/src/resource.h b/plugins/NewStory/src/resource.h index 4109bd4e65..0de2835510 100644 --- a/plugins/NewStory/src/resource.h +++ b/plugins/NewStory/src/resource.h @@ -63,7 +63,6 @@ #define IDC_ICO_URLS_IN 1031 #define IDC_ICO_URLS_OUT 1032 #define IDC_PREVIEW 1033 -#define IDC_TAB 1034 #define IDC_TIMETREE 1035 #define IDC_PROGRESS1 1037 //!!! #define IDC_COMBO1 1038 //!!! @@ -72,7 +71,6 @@ #define IDC_MONTHCALENDAR1 1044 #define IDC_TEMPLATES 1057 #define IDC_VARHELP 1058 -#define IDC_CHK_IN 1059 //!!! #define IDC_DISCARD 1060 #define IDC_UPDATEPREVIEW 1061 #define IDC_CHK_FILE 1062 //!!! @@ -82,9 +80,10 @@ #define IDC_CHK_AUTOFILTER 1066 //!!! #define IDC_DATETIMEPICKER1 1067 //!!! #define IDC_DATETIMEPICKER2 1068 //!!! -#define IDC_CHK_OUT 1069 //!!! -#define IDC_CHK_MESSAGES 1070 //!!! -#define IDC_EDITTEMPLATE 1071 +#define IDC_CHK_IN 1069 //!!! +#define IDC_CHK_OUT 1070 //!!! +#define IDC_CHK_MESSAGES 1071 //!!! +#define IDC_EDITTEMPLATE 1072 #define IDC_ICO_MESSAGES 1078 #define IDC_ICO_FILES 1079 #define IDC_ICO_URLS 1080 |