From 59d34a1ab093ac8910c74016fc5135a317eb047a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sat, 5 Aug 2017 23:44:46 +0200 Subject: Change plugin links from http:// to https:// --- plugins/SpellChecker/src/options.cpp | 2 +- plugins/SpellChecker/src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/SpellChecker/src') diff --git a/plugins/SpellChecker/src/options.cpp b/plugins/SpellChecker/src/options.cpp index 846115f1bc..578d36c88f 100644 --- a/plugins/SpellChecker/src/options.cpp +++ b/plugins/SpellChecker/src/options.cpp @@ -196,7 +196,7 @@ static INT_PTR CALLBACK OptionsDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LP case WM_COMMAND: if (LOWORD(wParam) == IDC_GETMORE) - Utils_OpenUrl("http://miranda-ng.org/p/SpellChecker/"); + Utils_OpenUrl("https://miranda-ng.org/p/SpellChecker/"); if (LOWORD(wParam) == IDC_DEF_LANG && (HIWORD(wParam) == CBN_SELCHANGE && (HWND)lParam == GetFocus())) { SendMessage(GetParent(hwndDlg), PSM_CHANGED, 0, 0); diff --git a/plugins/SpellChecker/src/version.h b/plugins/SpellChecker/src/version.h index 176115164e..868202218e 100644 --- a/plugins/SpellChecker/src/version.h +++ b/plugins/SpellChecker/src/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Spell checker for the message windows. Uses Hunspell to do the checking." #define __AUTHOR "Ricardo Pescuma Domenecci, Wishmaster" #define __AUTHOREMAIL "pescuma@miranda-im.org" -#define __AUTHORWEB "http://miranda-ng.org/p/SpellChecker/" +#define __AUTHORWEB "https://miranda-ng.org/p/SpellChecker/" #define __COPYRIGHT "© 2006-2010 Ricardo Pescuma Domenecci" -- cgit v1.2.3