X-Git-Url: http://git.maemo.org/git/?p=easylist;a=blobdiff_plain;f=mainform.cpp;h=9ce30dabcf28e8a0edec1a967cc01befbd81cfcc;hp=9eac1d8b4f5519247850d65c83380645508cdffe;hb=dd392a5b500f7a45ebe797fe1708b85f6fb8d6a5;hpb=c332ace882f896245c79359a4504aa5c24c009fd diff --git a/mainform.cpp b/mainform.cpp index 9eac1d8..9ce30da 100755 --- a/mainform.cpp +++ b/mainform.cpp @@ -158,9 +158,14 @@ void MainForm::on_actionAbout_triggered() { qDebug() << "About"; QString aboutText; - aboutText.append("EasyList (c) 2010\n\n"); - aboutText.append("Created by Willem Liu.\n"); - aboutText.append("Created with QtCreator.\n"); + aboutText.append(""); + aboutText.append("EasyList (c) 2010-"); + aboutText.append(QDate::currentDate().toString("yyyy")); + aboutText.append("

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

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

"); + aboutText.append(""); QMessageBox::about(this, "EasyList", aboutText); }