summaryrefslogtreecommitdiff
path: root/src/modules/skin
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-01-26 20:02:29 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-01-26 20:02:29 +0000
commiteecb95c8e17f3397f64820f36f2a1d2351fe92e0 (patch)
tree6a1734739dcc35e483cf90ee7e5b59c50c4b6203 /src/modules/skin
parent4efb047571ea60522a630290459a2ca3d488753e (diff)
special icon for frames: SKINICON_OTHER_FRAME
git-svn-id: http://svn.miranda-ng.org/main/trunk@3296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/skin')
-rw-r--r--src/modules/skin/skinicons.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/skin/skinicons.cpp b/src/modules/skin/skinicons.cpp
index ee0c54d004..de309707aa 100644
--- a/src/modules/skin/skinicons.cpp
+++ b/src/modules/skin/skinicons.cpp
@@ -81,6 +81,7 @@ static struct StandardIconDescription mainIcons[] =
{ SKINICON_OTHER_OFF, LPGEN("Off"), -IDI_OFF },
{ SKINICON_OTHER_LOADEDGRAY, LPGEN("Running core plugin"), -IDI_LOADED_GRAY },
{ SKINICON_OTHER_NOTLOADEDGRAY, LPGEN("Non-loadable plugin"), -IDI_NOTLOADED_GRAY },
+ { SKINICON_OTHER_FRAME, LPGEN("Frames"), -IDI_FRAME },
{ SKINICON_OTHER_VISIBLE_ALL, LPGEN("Always visible"), -IDI_ALWAYSVIS, 0, "Contact List" },
{ SKINICON_OTHER_INVISIBLE_ALL, LPGEN("Always invisible"), -IDI_NEVERVIS, 0, "Contact List" },
{ SKINICON_OTHER_STATUS_LOCKED, LPGEN("Locked status"), -IDI_STATUS_LOCKED, 0, "Status Icons" },