From 3d83ecaa9d232e89efec9202eac48ca1565a8b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sat, 5 Aug 2017 23:54:54 +0200 Subject: Change rest of Miranda NG links to https:// --- src/core/stdhelp/src/about.cpp | 2 +- src/core/stdhelp/src/help.cpp | 4 ++-- src/core/stdhelp/src/main.cpp | 2 +- src/core/stdhelp/src/stdafx.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/core/stdhelp') 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. -- cgit v1.2.3