From 59d34a1ab093ac8910c74016fc5135a317eb047a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sat, 5 Aug 2017 23:44:46 +0200 Subject: Change plugin links from http:// to https:// --- plugins/HistoryStats/src/statistic.cpp | 2 +- plugins/HistoryStats/src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/HistoryStats/src') diff --git a/plugins/HistoryStats/src/statistic.cpp b/plugins/HistoryStats/src/statistic.cpp index 2a633404bc..50cd82c8ad 100644 --- a/plugins/HistoryStats/src/statistic.cpp +++ b/plugins/HistoryStats/src/statistic.cpp @@ -1108,7 +1108,7 @@ bool Statistic::stepWriteHTML() tos << L"
" << ext::kformat(TranslateT("Created with #{plugin} #{version} on #{date} at #{time}")) - % L"#{plugin}" * L"HistoryStats" + % L"#{plugin}" * L"HistoryStats" % L"#{version}" * utils::versionToDotted(m_Settings.m_VersionCurrent) % L"#{date}" * utils::htmlEscape(utils::timestampToDate(getTimeStarted())) % L"#{time}" * utils::htmlEscape(utils::timestampToTime(getTimeStarted())) diff --git a/plugins/HistoryStats/src/version.h b/plugins/HistoryStats/src/version.h index 5ffab5f265..9b821a0b7a 100644 --- a/plugins/HistoryStats/src/version.h +++ b/plugins/HistoryStats/src/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Creates detailed, colorful and highly customizable statistics using your message history." #define __AUTHOR "Martin Afanasjew" #define __AUTHOREMAIL "miranda@dark-passage.de" -#define __AUTHORWEB "http://miranda-ng.org/p/HistoryStats/" +#define __AUTHORWEB "https://miranda-ng.org/p/HistoryStats/" #define __COPYRIGHT "© 2005-2007 Martin Afanasjew (see README for further credits)" -- cgit v1.2.3