diff options
author | Robert Pösel <robyer@seznam.cz> | 2017-08-05 23:54:54 +0200 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2017-08-05 23:55:36 +0200 |
commit | 3d83ecaa9d232e89efec9202eac48ca1565a8b02 (patch) | |
tree | da16133b5d65440b2ede43258f12b31b11adbd46 /plugins/Popup | |
parent | 61fe560212e26da1cb25380ad265f19d3b10d3ed (diff) |
Change rest of Miranda NG links to https://
Diffstat (limited to 'plugins/Popup')
-rw-r--r-- | plugins/Popup/src/opt_skins.cpp | 2 | ||||
-rw-r--r-- | plugins/Popup/src/stdafx.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Popup/src/opt_skins.cpp b/plugins/Popup/src/opt_skins.cpp index 896f855a00..249ea08e7d 100644 --- a/plugins/Popup/src/opt_skins.cpp +++ b/plugins/Popup/src/opt_skins.cpp @@ -399,7 +399,7 @@ INT_PTR CALLBACK DlgProcPopSkinsOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPAR break;
case IDC_GETSKINS:
- Utils_OpenUrl("http://miranda-ng.org/addons/category/13");
+ Utils_OpenUrl("https://miranda-ng.org/addons/category/13");
break;
case IDC_BTN_RELOAD:
diff --git a/plugins/Popup/src/stdafx.h b/plugins/Popup/src/stdafx.h index 044916d971..9a335c1324 100644 --- a/plugins/Popup/src/stdafx.h +++ b/plugins/Popup/src/stdafx.h @@ -37,10 +37,10 @@ Written by: Hrk (Luca Santarelli) Updated by: Zazoo (Victor Pavlychko)
Miranda NG can be found here:
-http://miranda-ng.org/
+https://miranda-ng.org/
Miranda NG plugins and tools can be found here:
-http://miranda-ng.org/distr/
+https://miranda-ng.org/distr/
*/
#ifndef HEADERS_H
|