From 3ad9ea507e945709b01a5fcc51a60f7c45ad4c38 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 29 Mar 2020 03:12:57 +0200 Subject: NOISSUE update version number, changelog and credits in about dialog --- application/dialogs/AboutDialog.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'application/dialogs') diff --git a/application/dialogs/AboutDialog.cpp b/application/dialogs/AboutDialog.cpp index a556ec05..c4e4ee24 100644 --- a/application/dialogs/AboutDialog.cpp +++ b/application/dialogs/AboutDialog.cpp @@ -46,6 +46,7 @@ QString getCreditsHtml(QStringList patrons) stream << "

TakSuyu <taksuyu@gmail.com>

\n"; stream << "

Kilobyte <stiepen22@gmx.de>

\n"; stream << "

Rootbear75 <@rootbear75>

\n"; + stream << "

Zeker Zhayard <@Zeker_Zhayard>

\n"; stream << "
\n"; if(!patrons.isEmpty()) { -- cgit