diff options
author | George Hazan <george.hazan@gmail.com> | 2013-01-23 15:26:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-01-23 15:26:17 +0000 |
commit | 5be50e1630a2f6a97c6becaf678e000fcd23656a (patch) | |
tree | 86cfd8f8f3f9dee1e2b7868901030473ad74457c /plugins/Clist_modern/icons_pack | |
parent | 286818877f50dc103288ae15495c08e6663b1818 (diff) |
- main menu icon excluded from toolbar_icons.dll, it's grabbed via SKIN_OTHER_MAINMENU instead;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@3249 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/icons_pack')
-rw-r--r-- | plugins/Clist_modern/icons_pack/res/ICONS.rc | 9 | ||||
-rw-r--r-- | plugins/Clist_modern/icons_pack/res/icon_mainmenu.ico | bin | 2038 -> 0 bytes | |||
-rw-r--r-- | plugins/Clist_modern/icons_pack/src/icon_resource.h | 3 |
3 files changed, 4 insertions, 8 deletions
diff --git a/plugins/Clist_modern/icons_pack/res/ICONS.rc b/plugins/Clist_modern/icons_pack/res/ICONS.rc index 81ff1c381a..ad64ded7e2 100644 --- a/plugins/Clist_modern/icons_pack/res/ICONS.rc +++ b/plugins/Clist_modern/icons_pack/res/ICONS.rc @@ -26,9 +26,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US //
// Icon with lowest ID value placed first to ensure application icon
-// remains consistent on all systems.
-
-IDI_MAINMENU ICON "icon_mainmenu.ico"
+// remains consistent on all systems.
+
IDI_STATUSMENU ICON "icon_statusmenu.ico"
IDI_HIDEOFFLINE ICON "icon_hideoffline.ico"
IDI_SHOWOFFLINE ICON "icon_showoffline.ico"
@@ -48,7 +47,7 @@ IDI_ACCMGR ICON "icon_accmgr.ico" // String Table
//
-STRINGTABLE
+STRINGTABLE
BEGIN
IDS_IDENTIFY "# Tool bar icons #"
END
@@ -57,5 +56,3 @@ END #endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
-
-
diff --git a/plugins/Clist_modern/icons_pack/res/icon_mainmenu.ico b/plugins/Clist_modern/icons_pack/res/icon_mainmenu.ico Binary files differdeleted file mode 100644 index 7ddd742bd5..0000000000 --- a/plugins/Clist_modern/icons_pack/res/icon_mainmenu.ico +++ /dev/null diff --git a/plugins/Clist_modern/icons_pack/src/icon_resource.h b/plugins/Clist_modern/icons_pack/src/icon_resource.h index c9f5c0f94a..bc5c15280b 100644 --- a/plugins/Clist_modern/icons_pack/src/icon_resource.h +++ b/plugins/Clist_modern/icons_pack/src/icon_resource.h @@ -2,7 +2,6 @@ // Microsoft Developer Studio generated include file.
// Used by resources.rc
//
-#define IDI_MAINMENU 100
#define IDI_STATUSMENU 105
#define IDI_HIDEOFFLINE 110
#define IDI_SHOWOFFLINE 111
@@ -21,7 +20,7 @@ #define IDS_IDENTIFY 10
// Next default values for new objects
-//
+//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 190
|