summaryrefslogtreecommitdiff
path: root/plugins/TopToolBar
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-01-16 18:46:30 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-01-16 18:46:30 +0000
commitd96f8c25bdab08f82e99913f1a46e0b7eb88a316 (patch)
tree6e233acd4e79f7b4d54b2e9f4e7b1f41dc4281af /plugins/TopToolBar
parent13757ca8746dd25c01edde8f1a299500a3a3bfea (diff)
_T > TaranslateT when needed (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3120 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar')
-rw-r--r--plugins/TopToolBar/src/toolbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TopToolBar/src/toolbar.cpp b/plugins/TopToolBar/src/toolbar.cpp
index 3fc13c09b9..dde3ee5134 100644
--- a/plugins/TopToolBar/src/toolbar.cpp
+++ b/plugins/TopToolBar/src/toolbar.cpp
@@ -649,7 +649,7 @@ int LoadToolbarModule()
{
if ( !ServiceExists(MS_CLIST_FRAMES_ADDFRAME)) {
if ( !db_get_b(NULL, TTB_OPTDIR, "WarningDone", 0))
- MessageBox(0, TranslateT("Frames service has not been found, so plugin will be disabled.\nTo run it you need to install and / or enable contact list plugin that supports it:\n- Modern contact list\n- MultiWindow (MW)\n- Nicer+\nYou can get them at http://miranda-ng.org"), _T("TopToolBar"), 0);
+ MessageBox(0, TranslateT("Frames service has not been found, so plugin will be disabled.\nTo run it you need to install and / or enable contact list plugin that supports it:\n- Modern contact list\n- MultiWindow (MW)\n- Nicer+\nYou can get them at http://miranda-ng.org"), TranslateT("TopToolBar"), 0);
db_set_b(NULL, TTB_OPTDIR, "WarningDone", 1);
return 1;
}