diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-07-08 09:47:46 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-07-08 09:47:46 +0000 |
commit | c4444233b2e0c2098e4ddefd02ef2a4a81522967 (patch) | |
tree | 8e37bae31696009a077a6e1f26cb3c5e642c8f38 /plugins/TopToolBar/src/toolbar.cpp | |
parent | a3917a280ade8b4ab85fd10d2d970dbdc824722e (diff) |
Added proper link to wiki page of some plugins.
git-svn-id: http://svn.miranda-ng.org/main/trunk@5275 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/src/toolbar.cpp')
-rw-r--r-- | plugins/TopToolBar/src/toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TopToolBar/src/toolbar.cpp b/plugins/TopToolBar/src/toolbar.cpp index e2549c5b2f..7882420073 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"), TranslateT("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;
}
|