summaryrefslogtreecommitdiff
path: root/plugins/FingerPrintModPlus/src/finger_groups.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-25 20:34:12 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-25 20:34:12 +0000
commit0715d02f1fca1e0d31c400a323e32c5185ca4fbd (patch)
tree1c6098d313caf38cf29bfd95ac2394d4576389df /plugins/FingerPrintModPlus/src/finger_groups.h
parentbfed3d975a2908a5d2688f1dc1b55aa4aa6a9bf7 (diff)
- removed incorrect overlay detection for Miranda NG
- massive code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@1183 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerPrintModPlus/src/finger_groups.h')
-rw-r--r--plugins/FingerPrintModPlus/src/finger_groups.h46
1 files changed, 23 insertions, 23 deletions
diff --git a/plugins/FingerPrintModPlus/src/finger_groups.h b/plugins/FingerPrintModPlus/src/finger_groups.h
index 9502423f34..3e97519bdf 100644
--- a/plugins/FingerPrintModPlus/src/finger_groups.h
+++ b/plugins/FingerPrintModPlus/src/finger_groups.h
@@ -1,93 +1,93 @@
case MIRANDA_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupMiranda", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupMiranda", 1))
SectName = _T("Client Icons/Miranda");
break;
case MULTIPROTOCOL_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupMulti", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupMulti", 1))
SectName = _T("Client Icons/Multi-Protocol");
break;
case ICQ_OFF_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupIcq", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupIcq", 1))
SectName = _T("Client Icons/ICQ/Official");
break;
case ICQ_UNOFF_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupIcq", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupIcq", 1))
SectName = _T("Client Icons/ICQ/Unofficial");
break;
case JABBER_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupJabber", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupJabber", 1))
SectName = _T("Client Icons/Jabber");
break;
case MSN_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupMsn", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupMsn", 1))
SectName = _T("Client Icons/MSN");
break;
case AIM_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupAim", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupAim", 1))
SectName = _T("Client Icons/AIM");
break;
case YAHOO_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupYahoo", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupYahoo", 1))
SectName = _T("Client Icons/Yahoo");
break;
case IRC_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupIrc", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupIrc", 1))
SectName = _T("Client Icons/IRC");
break;
case VOIP_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupVoIP", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupVoIP", 1))
SectName = _T("Client Icons/VoIP");
break;
case SKYPE_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupSkype", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupSkype", 1))
SectName = _T("Client Icons/Skype");
break;
case GADU_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupGadu", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupGadu", 1))
SectName = _T("Client Icons/Gadu-Gadu");
break;
case PACKS_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupPacks", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupPacks", 1))
SectName = _T("Client Icons/Miranda/Pack overlays");
break;
case MRA_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupMail", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupMail", 1))
SectName = _T("Client Icons/Mail.Ru Agent");
break;
case OVER1_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupMiranda", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupMiranda", 1))
SectName = _T("Client Icons/Miranda/Overlays#1");
break;
case SECURITY_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupOtherProtos", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupOtherProtos", 1))
SectName = _T("Client Icons/Overlays/Security");
break;
case OTHER_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupOtherProtos", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupOtherProtos", 1))
SectName = _T("Client Icons/Other");
break;
case OVER2_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupMiranda", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupMiranda", 1))
SectName = _T("Client Icons/Miranda/Overlays#2");
break;
case PLATFORM_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupOtherProtos", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupOtherProtos", 1))
SectName = _T("Client Icons/Overlays/Platform");
break;
case WEATHER_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupWeather", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupWeather", 1))
SectName = _T("Client Icons/Weather");
break;
case RSS_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupRSS", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupRSS", 1))
SectName = _T("Client Icons/RSS");
break;
case QQ_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupQQ", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupQQ", 1))
SectName = _T("Client Icons/QQ");
break;
case TLEN_CASE:
- if(DBGetContactSettingByte(NULL, "Finger", "GroupTlen", 1))
+ if (DBGetContactSettingByte(NULL, "Finger", "GroupTlen", 1))
SectName = _T("Client Icons/Tlen");
break;
default: