summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/modern_clc.cpp
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2017-08-06 18:18:07 +0200
committerRobert Pösel <robyer@seznam.cz>2017-08-06 18:19:08 +0200
commit6d1f6fb99d843cb29a869cf9877eb14045a26245 (patch)
tree00c77c66ab81711689cec2ace92dc05c5be25091 /plugins/Clist_modern/src/modern_clc.cpp
parentc3a30a7cfbdfbde6e7583eee28c712734ac8bc55 (diff)
Update rest of links to https
Diffstat (limited to 'plugins/Clist_modern/src/modern_clc.cpp')
-rw-r--r--plugins/Clist_modern/src/modern_clc.cpp2
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 a1b1da2781..a0e294434a 100644
--- a/plugins/Clist_modern/src/modern_clc.cpp
+++ b/plugins/Clist_modern/src/modern_clc.cpp
@@ -1546,7 +1546,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://wiki.miranda-ng.org/Download"),
+ TranslateT("Clist Modern requires AVS plugin to be present. Install it using PluginUpdater or download from https://wiki.miranda-ng.org/Download"),
TranslateT("Error loading plugin"), MB_ICONERROR | MB_OK);
HookEvent(ME_AV_AVATARCHANGED, clcHookAvatarChanged);