diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-05-09 18:15:18 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-05-09 18:15:18 +0000 |
commit | ead1af24335c627c11ef2e23f7a31131c0412a2e (patch) | |
tree | 9a979cc4ef21ad2359f03c7d79dafe2d37b4c65b /plugins/Clist_modern | |
parent | 26fef076e05e71d9e621c9436fa181679bf4d24d (diff) |
like the same string in TopToolBar
git-svn-id: http://svn.miranda-ng.org/main/trunk@13498 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern')
-rw-r--r-- | plugins/Clist_modern/src/modern_clc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_clc.cpp b/plugins/Clist_modern/src/modern_clc.cpp index 6c43dfb1d3..ab01d8fa73 100644 --- a/plugins/Clist_modern/src/modern_clc.cpp +++ b/plugins/Clist_modern/src/modern_clc.cpp @@ -1621,7 +1621,7 @@ static int clcHookModulesLoaded(WPARAM, LPARAM) if (!ServiceExists(MS_AV_GETAVATARBITMAP)) MessageBox(NULL, - TranslateT("Clist Modern requires AVS plugin to be present. Install it using PluginUpdater or download from http://miranda-ng.org"), + TranslateT("Clist Modern requires AVS plugin to be present. Install it using PluginUpdater or download from http://wiki.miranda-ng.org/Download"), TranslateT("Error loading plugin"), MB_ICONERROR | MB_OK); HookEvent(ME_AV_AVATARCHANGED, clcHookAvatarChanged); |