summaryrefslogtreecommitdiff
path: root/plugins/FingerprintNG/src/global.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-12-05 20:51:54 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-12-05 20:51:54 +0000
commit1fa98a97c5806dac0ad30d0e5a814abc7ba62d7b (patch)
tree0b7143302727f7160e4e4619cf5c186bdbcf97f7 /plugins/FingerprintNG/src/global.h
parent2cc3a9b83f61b8ddc3338574c466c892ffe8c02b (diff)
FingerprintNG:
- all separate iconpacks moved into one (icons\fp_icons.dll) - fixed some masks - vkontakte moved to other icons git-svn-id: http://svn.miranda-ng.org/main/trunk@2657 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/src/global.h')
-rw-r--r--plugins/FingerprintNG/src/global.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/FingerprintNG/src/global.h b/plugins/FingerprintNG/src/global.h
index 27ad0f26c8..b4af598058 100644
--- a/plugins/FingerprintNG/src/global.h
+++ b/plugins/FingerprintNG/src/global.h
@@ -54,10 +54,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <m_icolib.h>
#include <m_protocols.h>
#include <m_userinfo.h>
-
-// plugins SDK
#include <m_extraicons.h>
-#include <m_folders.h>
//plugins header
#include "version.h"
@@ -84,7 +81,6 @@ struct KN_FP_MASK
LPSTR szIconName;
LPTSTR szMask;
LPTSTR szClientDescription;
- LPTSTR szIconFileName;
int iIconIndex;
int iSectionFlag;
BOOL fNotUseOverlay;
@@ -135,7 +131,7 @@ typedef struct _foundInfo
#define LIB_REG 2
#define LIB_USE 3
-#define DEFAULT_SKIN_FOLDER _T("Icons\\fp_ClientIcons")
+#define DEFAULT_SKIN_FOLDER _T("Icons\\Fp_icons.dll")
void ClearFI();