summaryrefslogtreecommitdiff
path: root/plugins/Clist_nicer/src/clui.cpp
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/Clist_nicer/src/clui.cpp
parent61fe560212e26da1cb25380ad265f19d3b10d3ed (diff)
Change rest of Miranda NG links to https://
Diffstat (limited to 'plugins/Clist_nicer/src/clui.cpp')
-rw-r--r--plugins/Clist_nicer/src/clui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_nicer/src/clui.cpp b/plugins/Clist_nicer/src/clui.cpp
index e1647f6eb2..67a4714847 100644
--- a/plugins/Clist_nicer/src/clui.cpp
+++ b/plugins/Clist_nicer/src/clui.cpp
@@ -2,7 +2,7 @@
Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (ñ) 2012-17 Miranda NG project (http://miranda-ng.org),
+Copyright (ñ) 2012-17 Miranda NG project (https://miranda-ng.org),
Copyright (c) 2000-03 Miranda ICQ/IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
@@ -1836,7 +1836,7 @@ INT_PTR CALLBACK DlgProcAbout(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPar
DestroyWindow(hwndDlg);
return TRUE;
case IDC_SUPPORT:
- Utils_OpenUrl("http://miranda-ng.org/");
+ Utils_OpenUrl("https://miranda-ng.org/");
break;
}
break;