diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-04 19:52:06 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-04 19:52:06 +0000 |
commit | 1f050b13a775eb02af256b7d1580e0b08fc7fc9e (patch) | |
tree | cdb9216ffdbb826deed183fed16be68e33e63c19 /plugins/FingerprintNG/src/global.h | |
parent | e27bedec9390fcf0220427ce461e13123d5cca24 (diff) |
- FingerprintNG:
- more correct icons for mrim jabber transport (xmpp + mra overlay)
- SecureIM and Unicode icons moved to Platform section.
- so SecureIM checkbox deemed to be unneeded anymore.
- added "blank" icon for those who wants to get rid of overlays (i.e. Unicode or SecureIM) or some other icons. just replace it IcoLib from ClientIcons_Others.dll onto needed icon.
git-svn-id: http://svn.miranda-ng.org/main/trunk@2643 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/src/global.h')
-rw-r--r-- | plugins/FingerprintNG/src/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FingerprintNG/src/global.h b/plugins/FingerprintNG/src/global.h index dc3b06973e..27ad0f26c8 100644 --- a/plugins/FingerprintNG/src/global.h +++ b/plugins/FingerprintNG/src/global.h @@ -123,7 +123,7 @@ typedef struct _foundInfo #define OVERLAYS_RESOURCE_CASE 3020 // resource overlays
#define OVERLAYS_PLATFORM_CASE 3021 // platforms overlays
#define OVERLAYS_PROTO_CASE 3022 // protocols overlays
-#define OVERLAYS_SECURITY_CASE 3023 // security overlays
+//#define OVERLAYS_SECURITY_CASE 3023 // security overlays
/*
#define OVERLAYS_RESOURCE_ALT_CASE 24 // alternative (old style) overlays
|