diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2016-01-05 21:02:10 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2016-01-05 21:02:10 +0000 |
commit | 5954ed7d4ccf489452b515717b3747327a498e2b (patch) | |
tree | c9c4e1b51fdb45268a36a3cbec7961544a8fd0b3 /plugins/HistoryStats/src/statistic.cpp | |
parent | 3a124ae7cbef494482be0da4ee92b1ee44178f40 (diff) |
HistoryStats:
- Minor HTML output fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@16029 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryStats/src/statistic.cpp')
-rw-r--r-- | plugins/HistoryStats/src/statistic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryStats/src/statistic.cpp b/plugins/HistoryStats/src/statistic.cpp index acaf5fe0eb..d0b349934b 100644 --- a/plugins/HistoryStats/src/statistic.cpp +++ b/plugins/HistoryStats/src/statistic.cpp @@ -1155,7 +1155,7 @@ bool Statistic::stepWriteHTML() tos << _T("<div class=\"footer\">")
<< ext::kformat(TranslateT("Created with #{plugin} #{version} on #{date} at #{time}"))
- % _T("#{plugin}") * _T("<a href=\"http://miranda.dark-passage.de/\">HistoryStats</a>")
+ % _T("#{plugin}") * _T("<a href=\"http://miranda-ng.org/p/HistoryStats\">HistoryStats</a>")
% _T("#{version}") * utils::versionToDotted(m_Settings.m_VersionCurrent)
% _T("#{date}") * utils::htmlEscape(utils::timestampToDate(getTimeStarted()))
% _T("#{time}") * utils::htmlEscape(utils::timestampToTime(getTimeStarted()))
|