summaryrefslogtreecommitdiff
path: root/plugins/StopSpamPlus/src/stopspam.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-11-03 19:56:33 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-11-03 19:56:33 +0000
commitfe844a9cc0b23a1c1a9906fe606c651f453ff8ec (patch)
treebeb9d373fa74f1ff9ac82f0839424ab06d17af74 /plugins/StopSpamPlus/src/stopspam.cpp
parentaf54d0aa9a04ffa55e25c74e383521e5954b5aa1 (diff)
minor options layout issue (ticket:152)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2173 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StopSpamPlus/src/stopspam.cpp')
-rw-r--r--plugins/StopSpamPlus/src/stopspam.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StopSpamPlus/src/stopspam.cpp b/plugins/StopSpamPlus/src/stopspam.cpp
index e58b8846ff..42639424fd 100644
--- a/plugins/StopSpamPlus/src/stopspam.cpp
+++ b/plugins/StopSpamPlus/src/stopspam.cpp
@@ -60,7 +60,7 @@ extern "C" int __declspec(dllexport) Load(void)
mi.position = -0x7FFFFFFF;
mi.flags = CMIF_TCHAR;
mi.hIcon=LoadSkinnedIcon(SKINICON_OTHER_MIRANDA);
- mi.ptszName = _T("Remove Temporary Contacts");
+ mi.ptszName = LPGENT("Remove Temporary Contacts");
mi.pszService = pluginName"/RemoveTempContacts";
Menu_AddMainMenuItem(&mi);