diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-01 11:34:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-01 11:34:39 +0000 |
commit | 393b989dd82764b10152c06a51d77d27550ccd8e (patch) | |
tree | 7b2c0a22cc524026eae663985a034abafd8c096f /plugins/ExtraIcons/src/CallbackExtraIcon.h | |
parent | d06ed7038b92b5c2311004ec25dd00534bab9fe7 (diff) |
extraicons Unicode
git-svn-id: http://svn.miranda-ng.org/main/trunk@2127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExtraIcons/src/CallbackExtraIcon.h')
-rw-r--r-- | plugins/ExtraIcons/src/CallbackExtraIcon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExtraIcons/src/CallbackExtraIcon.h b/plugins/ExtraIcons/src/CallbackExtraIcon.h index 7b46c88da9..547f81a477 100644 --- a/plugins/ExtraIcons/src/CallbackExtraIcon.h +++ b/plugins/ExtraIcons/src/CallbackExtraIcon.h @@ -25,7 +25,7 @@ class CallbackExtraIcon : public BaseExtraIcon
{
public:
- CallbackExtraIcon(int id, const char *name, const char *description, const char *descIcon,
+ CallbackExtraIcon(int id, const char *name, const TCHAR *description, const char *descIcon,
MIRANDAHOOK RebuildIcons, MIRANDAHOOK ApplyIcon, MIRANDAHOOKPARAM OnClick, LPARAM param);
virtual ~CallbackExtraIcon();
|