summaryrefslogtreecommitdiff
path: root/plugins/TipperYM
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2017-08-05 23:54:54 +0200
committerRobert Pösel <robyer@seznam.cz>2017-08-05 23:55:36 +0200
commit3d83ecaa9d232e89efec9202eac48ca1565a8b02 (patch)
treeda16133b5d65440b2ede43258f12b31b11adbd46 /plugins/TipperYM
parent61fe560212e26da1cb25380ad265f19d3b10d3ed (diff)
Change rest of Miranda NG links to https://
Diffstat (limited to 'plugins/TipperYM')
-rw-r--r--plugins/TipperYM/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TipperYM/src/options.cpp b/plugins/TipperYM/src/options.cpp
index 8ad2ffbd33..278ffb70f6 100644
--- a/plugins/TipperYM/src/options.cpp
+++ b/plugins/TipperYM/src/options.cpp
@@ -1840,7 +1840,7 @@ INT_PTR CALLBACK DlgProcOptsSkin(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM l
else if (LOWORD(wParam) == IDC_CHK_LOADPROPORTIONS)
opt.bLoadProportions = IsDlgButtonChecked(hwndDlg, IDC_CHK_LOADPROPORTIONS) ? true : false;
else if (LOWORD(wParam) == IDC_BTN_GETSKINS)
- Utils_OpenUrl("http://miranda-ng.org/addons/category/48");
+ Utils_OpenUrl("https://miranda-ng.org/addons/category/48");
break;
}