diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-06-14 14:07:23 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-06-14 14:07:23 +0000 |
commit | 58d0f51be9792eeca8eadd796ef849039efaf866 (patch) | |
tree | 7b385f99f5e256f2bb9e54ce462d1f7b82f870d3 /include/m_skin.h | |
parent | 3c6f0aac31f72ebf98ab5ccc5b088cfa977a5126 (diff) |
Added auth icons into core. Used those for auth events (instead of miranda logo icon). Also fixes #186
git-svn-id: http://svn.miranda-ng.org/main/trunk@4935 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_skin.h')
-rw-r--r-- | include/m_skin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_skin.h b/include/m_skin.h index a57d79f238..53bf6fc4a4 100644 --- a/include/m_skin.h +++ b/include/m_skin.h @@ -91,6 +91,10 @@ __forceinline LPCSTR LoadSkinnedIconName(int id) { return (LPCSTR)CallService( #define SKINICON_OTHER_VISIBLE_ALL 244 // v.0.93.4+
#define SKINICON_OTHER_INVISIBLE_ALL 245 // v.0.93.4+
#define SKINICON_OTHER_FRAME 246 // v.0.94.1+
+#define SKINICON_AUTH_ADD 247 // v.0.94.4+
+#define SKINICON_AUTH_REQUEST 248 // v.0.94.4+
+#define SKINICON_AUTH_GRANT 249 // v.0.94.4+
+#define SKINICON_AUTH_REVOKE 250 // v.0.94.4+
//menu icons are owned by the module that uses them so are not and should not
//be skinnable. Except exit and show/hide
|