diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-19 19:27:54 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-19 19:27:54 +0000 |
commit | bc71dc491b0487d465fac290224c27a1240281bf (patch) | |
tree | 60f2a7fcb7f54f80d9869a256580d9b7aedd0ba3 /include | |
parent | 4105064506a4ea89fe17ed8007073faf3ccfe08c (diff) |
more red icon for the fatal errors
git-svn-id: http://svn.miranda-ng.org/main/trunk@9869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/m_skin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_skin.h b/include/m_skin.h index 6f12e1008b..1b887902df 100644 --- a/include/m_skin.h +++ b/include/m_skin.h @@ -48,6 +48,7 @@ __forceinline LPCSTR LoadSkinnedIconName(int id) { return (LPCSTR)CallService( #define SKINICON_INFORMATION 150
#define SKINICON_WARNING 151
#define SKINICON_ERROR 152
+#define SKINICON_FATAL 153
// other icons
#define SKINICON_OTHER_MIRANDA 200
|