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/SimpleStatusMsg/src/msgbox.cpp | |
parent | 61fe560212e26da1cb25380ad265f19d3b10d3ed (diff) |
Change rest of Miranda NG links to https://
Diffstat (limited to 'plugins/SimpleStatusMsg/src/msgbox.cpp')
-rw-r--r-- | plugins/SimpleStatusMsg/src/msgbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SimpleStatusMsg/src/msgbox.cpp b/plugins/SimpleStatusMsg/src/msgbox.cpp index 844ce83b41..debf97e35b 100644 --- a/plugins/SimpleStatusMsg/src/msgbox.cpp +++ b/plugins/SimpleStatusMsg/src/msgbox.cpp @@ -441,11 +441,11 @@ VOID APIENTRY HandlePopupMenu(HWND hwnd, POINT pt, HWND edit_control) break; case ID__FORTUNEAWAYMSG: - Utils_OpenUrl("http://miranda-ng.org/"); + Utils_OpenUrl("https://miranda-ng.org/"); break; case ID__VARIABLES: - Utils_OpenUrl("http://miranda-ng.org/"); + Utils_OpenUrl("https://miranda-ng.org/"); break; case ID__VARIABLES_MOREVARIABLES: |