From 4b42369bedd87f02c959303a817e7974bfd580c6 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 17 Sep 2017 16:25:09 +0300 Subject: TopToolBar: all icons added to icolib (fixes #303) --- plugins/TopToolBar/res/main.rc | 8 +------- plugins/TopToolBar/res/sep.bmp | Bin 1194 -> 0 bytes plugins/TopToolBar/res/separator.ico | Bin 0 -> 1150 bytes 3 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 plugins/TopToolBar/res/sep.bmp create mode 100644 plugins/TopToolBar/res/separator.ico (limited to 'plugins/TopToolBar/res') 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 deleted file mode 100644 index 1665285275..0000000000 Binary files a/plugins/TopToolBar/res/sep.bmp and /dev/null differ diff --git a/plugins/TopToolBar/res/separator.ico b/plugins/TopToolBar/res/separator.ico new file mode 100644 index 0000000000..b0ece1fb25 Binary files /dev/null and b/plugins/TopToolBar/res/separator.ico differ -- cgit v1.2.3