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/TabSRMM/src/sendlater.cpp | |
parent | c3a30a7cfbdfbde6e7583eee28c712734ac8bc55 (diff) |
Update rest of links to https
Diffstat (limited to 'plugins/TabSRMM/src/sendlater.cpp')
-rw-r--r-- | plugins/TabSRMM/src/sendlater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/sendlater.cpp b/plugins/TabSRMM/src/sendlater.cpp index 31ac15c4fe..eb2e1ecc19 100644 --- a/plugins/TabSRMM/src/sendlater.cpp +++ b/plugins/TabSRMM/src/sendlater.cpp @@ -759,7 +759,7 @@ INT_PTR CALLBACK CSendLater::DlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM break;
case IDC_QMGR_HELP:
- Utils_OpenUrl("http://wiki.miranda-ng.org/index.php?title=Plugin:TabSRMM/en/Send_later");
+ Utils_OpenUrl("https://wiki.miranda-ng.org/index.php?title=Plugin:TabSRMM/en/Send_later");
break;
// this handles all commands sent by the context menu
|