diff options
author | Robert Pösel <robyer@seznam.cz> | 2017-08-06 18:18:07 +0200 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2017-08-06 18:19:08 +0200 |
commit | 6d1f6fb99d843cb29a869cf9877eb14045a26245 (patch) | |
tree | 00c77c66ab81711689cec2ace92dc05c5be25091 /plugins/Clist_modern | |
parent | c3a30a7cfbdfbde6e7583eee28c712734ac8bc55 (diff) |
Update rest of links to https
Diffstat (limited to 'plugins/Clist_modern')
-rw-r--r-- | plugins/Clist_modern/src/modern_clc.cpp | 2 | ||||
-rw-r--r-- | plugins/Clist_modern/src/modern_clcopts.cpp | 2 |
2 files changed, 2 insertions, 2 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);
diff --git a/plugins/Clist_modern/src/modern_clcopts.cpp b/plugins/Clist_modern/src/modern_clcopts.cpp index f210e5e7e5..a59411a90b 100644 --- a/plugins/Clist_modern/src/modern_clcopts.cpp +++ b/plugins/Clist_modern/src/modern_clcopts.cpp @@ -1784,7 +1784,7 @@ int ModernOptInit(WPARAM wParam, LPARAM) obj.lptzSubsection = L"Fonts";
obj.lpzClassicGroup = NULL;
obj.lpzClassicPage = "Contact list";
- obj.lpzHelpUrl = "http://wiki.miranda-ng.org/";
+ obj.lpzHelpUrl = "https://wiki.miranda-ng.org/";
obj.lpzTemplate = MAKEINTRESOURCEA(IDD_MODERNOPTS);
obj.pfnDlgProc = DlgProcModernOptions;
|