From f48b4d1bb89d63188c74641a980b1836d583a185 Mon Sep 17 00:00:00 2001 From: Willem Liu Date: Tue, 8 Nov 2011 20:41:21 +0100 Subject: [PATCH] Merged branch from Adekker. Added Thanks to Ade in About box. --- mainform.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainform.cpp b/mainform.cpp index d821902..3870a6d 100755 --- a/mainform.cpp +++ b/mainform.cpp @@ -184,6 +184,7 @@ void MainForm::on_actionAbout_triggered() aboutText.append(QDate::currentDate().toString("yyyy")); aboutText.append("

"); aboutText.append("Created by Willem Liu.
"); + aboutText.append("Thanks to Ade.
"); aboutText.append("Created with QtCreator.

"); aboutText.append("Please donate any amount you deem this app is worthy to keep me going on.

"); aboutText.append(""); -- 1.7.9.5