diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-11-24 01:05:26 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-11-24 01:05:26 +0000 |
commit | a481538396b68d5d6b9bd6db2d7c4f208d8cf40b (patch) | |
tree | 51cd6618994543ff280f0da81c625addc8261656 /plugins/TopToolBar/src | |
parent | 293ec162c9ae59b2bb560c6a419f3e1b9e9c9f09 (diff) |
proper capitalization of plugin names (taken from our wiki)
git-svn-id: http://svn.miranda-ng.org/main/trunk@15768 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/src')
-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 f6368d6e58..c4efd68b71 100644 --- a/plugins/TopToolBar/src/toolbar.cpp +++ b/plugins/TopToolBar/src/toolbar.cpp @@ -622,7 +622,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- Nicer+\nYou can get them at http://wiki.miranda-ng.org/Download"), 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- Clist nicer\nYou can get them at http://wiki.miranda-ng.org/Download"), TranslateT("TopToolBar"), 0);
db_set_b(NULL, TTB_OPTDIR, "WarningDone", 1);
return 1;
}
|