diff options
author | George Hazan <george.hazan@gmail.com> | 2024-01-27 20:23:20 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-01-27 20:23:20 +0300 |
commit | d18fdf58c517c957809e9ec0b8044a05984de7c6 (patch) | |
tree | 795967aee27142f012f47e739b1bbb31c53b7450 /plugins/NewStory/src/resource.h | |
parent | abc610a264a0a9c03effe579283c7d4c4fdf08b5 (diff) |
fixes #4140 (NewStory: удаление отдельных сообщений)
Diffstat (limited to 'plugins/NewStory/src/resource.h')
-rw-r--r-- | plugins/NewStory/src/resource.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/NewStory/src/resource.h b/plugins/NewStory/src/resource.h index 4281744430..8862d46dd3 100644 --- a/plugins/NewStory/src/resource.h +++ b/plugins/NewStory/src/resource.h @@ -31,6 +31,7 @@ #define IDI_VARHELP 128 #define IDI_TIMETREE 129 #define IDI_REPLY 130 +#define IDD_EMPTYHISTORY 131 #define IDC_USERINFO 1000 #define IDC_USERMENU 1001 #define IDC_MESSAGE 1002 @@ -95,6 +96,9 @@ #define IDC_BOOKMARKSLIST 1060 #define IDC_SHOW_TYPE 1060 #define IDC_SHOW_DIRECTION 1061 +#define IDC_TOPLINE 1062 +#define IDC_DELSERVERHISTORY 1063 +#define IDC_BOTH 1064 #define ID_FILTER_SHOWALLEVENTS 40001 #define ID_FILTER_SHOWINCOMINGEVENTSONLY 40002 #define ID_FILTER_SHOWOUTGOINGEVENTSONLY 40003 |