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/res | |
parent | 11627574479496d731b5c8954e13c459d6bba8ba (diff) |
TopToolBar: all icons added to icolib (fixes #303)
Diffstat (limited to 'plugins/TopToolBar/res')
-rw-r--r-- | plugins/TopToolBar/res/main.rc | 8 | ||||
-rw-r--r-- | plugins/TopToolBar/res/sep.bmp | bin | 1194 -> 0 bytes | |||
-rw-r--r-- | plugins/TopToolBar/res/separator.ico | bin | 0 -> 1150 bytes |
3 files changed, 1 insertions, 7 deletions
diff --git a/plugins/TopToolBar/res/main.rc b/plugins/TopToolBar/res/main.rc index 1344c89e5c..1f4f2da3b5 100644 --- a/plugins/TopToolBar/res/main.rc +++ b/plugins/TopToolBar/res/main.rc @@ -81,13 +81,6 @@ END #endif // APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// Bitmap
-//
-
-IDB_SEP BITMAP "sep.bmp"
-
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
@@ -130,6 +123,7 @@ IDI_SOUNDSOFF ICON "Sounds Enable_Disable_DN.ico" IDI_SOUNDSON ICON "Sounds Enable_Disable_UP.ico"
IDI_METAON ICON "..\\..\\..\\src\\mir_app\\res\\meta_menu.ico"
IDI_METAOFF ICON "..\\..\\..\\src\\mir_app\\res\\meta_menuof.ico"
+IDI_SEPARATOR ICON "separator.ico"
#endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/TopToolBar/res/sep.bmp b/plugins/TopToolBar/res/sep.bmp Binary files differdeleted file mode 100644 index 1665285275..0000000000 --- a/plugins/TopToolBar/res/sep.bmp +++ /dev/null diff --git a/plugins/TopToolBar/res/separator.ico b/plugins/TopToolBar/res/separator.ico Binary files differnew file mode 100644 index 0000000000..b0ece1fb25 --- /dev/null +++ b/plugins/TopToolBar/res/separator.ico |