diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-04-08 04:22:23 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-04-08 04:22:23 +0000 |
commit | 510d19974eab3364252df3ad1fa6965afe1c74f7 (patch) | |
tree | 58ed55ae6b0e594f7bb0498361b18521474d8d4d /Plugins/extraicons/ExtraIcon.cpp | |
parent | b88e43ee05321968fa6ab3ae00155d5412cb9006 (diff) |
extraicons:
- Added icons to combos
- Added visibility
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@156 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/extraicons/ExtraIcon.cpp')
-rw-r--r-- | Plugins/extraicons/ExtraIcon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/extraicons/ExtraIcon.cpp b/Plugins/extraicons/ExtraIcon.cpp index 6c247d9..95c0265 100644 --- a/Plugins/extraicons/ExtraIcon.cpp +++ b/Plugins/extraicons/ExtraIcon.cpp @@ -20,7 +20,7 @@ #include "commons.h"
ExtraIcon::ExtraIcon(const char *name, const char *description, const char *descIcon) :
- name(name), description(description), descIcon(descIcon), slot(-1)
+ name(name), description(Translate(description)), descIcon(descIcon), slot(-1)
{
}
|