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 /src/core/stdhelp | |
parent | 61fe560212e26da1cb25380ad265f19d3b10d3ed (diff) |
Change rest of Miranda NG links to https://
Diffstat (limited to 'src/core/stdhelp')
-rw-r--r-- | src/core/stdhelp/src/about.cpp | 2 | ||||
-rw-r--r-- | src/core/stdhelp/src/help.cpp | 4 | ||||
-rw-r--r-- | src/core/stdhelp/src/main.cpp | 2 | ||||
-rw-r--r-- | src/core/stdhelp/src/stdafx.h | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/src/core/stdhelp/src/about.cpp b/src/core/stdhelp/src/about.cpp index 83adcdd3c4..f638e7276f 100644 --- a/src/core/stdhelp/src/about.cpp +++ b/src/core/stdhelp/src/about.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-12 Miranda IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/src/core/stdhelp/src/help.cpp b/src/core/stdhelp/src/help.cpp index a54a25ef86..68cac3fb7b 100644 --- a/src/core/stdhelp/src/help.cpp +++ b/src/core/stdhelp/src/help.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-12 Miranda IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
@@ -47,7 +47,7 @@ static INT_PTR IndexCommand(WPARAM, LPARAM) static INT_PTR WebsiteCommand(WPARAM, LPARAM)
{
- Utils_OpenUrl("http://miranda-ng.org");
+ Utils_OpenUrl("https://miranda-ng.org");
return 0;
}
diff --git a/src/core/stdhelp/src/main.cpp b/src/core/stdhelp/src/main.cpp index a5135b280c..d49f8e797d 100644 --- a/src/core/stdhelp/src/main.cpp +++ b/src/core/stdhelp/src/main.cpp @@ -2,7 +2,7 @@ Standard Help/About plugin for Miranda NG
-Copyright (ñ) 2012-17 Miranda NG project (http://miranda-ng.org)
+Copyright (ñ) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/core/stdhelp/src/stdafx.h b/src/core/stdhelp/src/stdafx.h index 8740813b1b..6ff81726a5 100644 --- a/src/core/stdhelp/src/stdafx.h +++ b/src/core/stdhelp/src/stdafx.h @@ -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-12 Miranda IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
|