diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-09-17 16:25:09 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-09-17 16:25:09 +0300 |
commit | 4b42369bedd87f02c959303a817e7974bfd580c6 (patch) | |
tree | 6ab28fb01d5dca0a76094dea38fc8f2ed932d679 /plugins/TopToolBar/src/resource.h | |
parent | 11627574479496d731b5c8954e13c459d6bba8ba (diff) |
TopToolBar: all icons added to icolib (fixes #303)
Diffstat (limited to 'plugins/TopToolBar/src/resource.h')
-rw-r--r-- | plugins/TopToolBar/src/resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TopToolBar/src/resource.h b/plugins/TopToolBar/src/resource.h index 6f260726f3..af79a74fc0 100644 --- a/plugins/TopToolBar/src/resource.h +++ b/plugins/TopToolBar/src/resource.h @@ -2,13 +2,13 @@ // Microsoft Visual C++ generated include file.
// Used by ..\res\main.rc
//
-#define IDB_SEP 118
#define IDI_SHOWOFFLINE 125
#define IDI_HIDEOFFLINE 126
#define IDI_GROUPSOFF 127
#define IDI_GROUPSON 128
#define IDI_SOUNDSOFF 129
#define IDI_SOUNDSON 130
+#define IDI_SEPARATOR 131
#define IDI_METAON 139
#define IDI_RUN 140
#define IDI_METAOFF 141
|