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/Msg_Export | |
parent | 760c3ae475b4b39b486f72c7adb8c1f1d83b440f (diff) |
Change plugin links from http:// to https://
Diffstat (limited to 'plugins/Msg_Export')
-rwxr-xr-x | plugins/Msg_Export/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/Msg_Export/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Msg_Export/src/options.cpp b/plugins/Msg_Export/src/options.cpp index 144b4930cf..8f5eb3ea6a 100755 --- a/plugins/Msg_Export/src/options.cpp +++ b/plugins/Msg_Export/src/options.cpp @@ -791,7 +791,7 @@ static INT_PTR CALLBACK DlgProcMsgExportOpts(HWND hwndDlg, UINT msg, WPARAM wPar return TRUE;
case IDC_OPEN_HELP:
- Utils_OpenUrl("http://miranda-ng.org/p/Msg_Export/");
+ Utils_OpenUrl("https://miranda-ng.org/p/Msg_Export/");
return TRUE;
case ID_SET_TO_DEFAULT:
diff --git a/plugins/Msg_Export/src/version.h b/plugins/Msg_Export/src/version.h index 1fb8db0a3e..098c30c578 100644 --- a/plugins/Msg_Export/src/version.h +++ b/plugins/Msg_Export/src/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Exports every message, URL or file you receive to a text file." #define __AUTHOR "Kennet Nielsen, mod by ring0" #define __AUTHOREMAIL "Kennet_N@ofir.dk" -#define __AUTHORWEB "http://miranda-ng.org/p/Msg_Export/" +#define __AUTHORWEB "https://miranda-ng.org/p/Msg_Export/" #define __COPYRIGHT "© 2002 Kennet Nielsen, 2012-17 Miranda NG Team" |