diff options
author | Robert Pösel <robyer@seznam.cz> | 2017-08-05 23:44:46 +0200 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2017-08-05 23:55:32 +0200 |
commit | 59d34a1ab093ac8910c74016fc5135a317eb047a (patch) | |
tree | 991886b4010fca7adfd9a7df6125026d6f9d8ae9 /plugins/SpellChecker | |
parent | 760c3ae475b4b39b486f72c7adb8c1f1d83b440f (diff) |
Change plugin links from http:// to https://
Diffstat (limited to 'plugins/SpellChecker')
-rw-r--r-- | plugins/SpellChecker/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/SpellChecker/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
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" |