diff options
author | George Hazan <george.hazan@gmail.com> | 2013-01-23 15:27:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-01-23 15:27:44 +0000 |
commit | 789add94358409d783b8258e44ad78ea0c7c1e90 (patch) | |
tree | 82c5ba48012f4ecc304485d8dc6da36aef565851 /src/modules | |
parent | 5be50e1630a2f6a97c6becaf678e000fcd23656a (diff) |
replacement for SKIN_OTHER_MAINMENU: the triple bar icon
git-svn-id: http://svn.miranda-ng.org/main/trunk@3250 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/skin/skinicons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/skin/skinicons.cpp b/src/modules/skin/skinicons.cpp index 141dab3e58..ee0c54d004 100644 --- a/src/modules/skin/skinicons.cpp +++ b/src/modules/skin/skinicons.cpp @@ -72,7 +72,7 @@ static struct StandardIconDescription mainIcons[] = { SKINICON_OTHER_ACCMGR, LPGEN("Accounts"), -IDI_ACCMGR },
{ SKINICON_OTHER_SHOWHIDE, LPGEN("ShowHide"), -IDI_SHOWHIDE },
{ SKINICON_OTHER_EXIT, LPGEN("Exit"), -IDI_EXIT },
- { SKINICON_OTHER_MAINMENU, LPGEN("Main Menu"), -IDI_MIRANDA },
+ { SKINICON_OTHER_MAINMENU, LPGEN("Main Menu"), -IDI_MAINMENU },
{ SKINICON_OTHER_STATUS, LPGEN("Status"), -IDI_ONLINE },
{ SKINICON_CHAT_JOIN, LPGEN("Join chat"), -IDI_JOINCHAT },
{ SKINICON_CHAT_LEAVE, LPGEN("Leave chat"), -IDI_LEAVECHAT },
|