summaryrefslogtreecommitdiff
path: root/plugins/TopToolBar
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-08-13 14:31:09 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-08-13 14:31:09 +0000
commit83a018b7db482f5b2b434f21ef27de161d5a6a6d (patch)
tree9fb1057830c498a817882b630842a1e27239ea68 /plugins/TopToolBar
parentcf211f9ca7882a8fb1e6c59c2d0241b57cea402b (diff)
git-svn-id: http://svn.miranda-ng.org/main/trunk@1445 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 889fd0d582..ad4863d2cd 100644
--- a/plugins/TopToolBar/src/toolbar.cpp
+++ b/plugins/TopToolBar/src/toolbar.cpp
@@ -631,7 +631,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 it on 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"), _T("TopToolBar"), 0);
db_set_b(NULL, TTB_OPTDIR, "WarningDone", 1);
return 1;
}