From eb1dcebda5155f824a962de0b1122cdb7de34ce0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Heli=20Hyv=C3=A4ttinen?= Date: Mon, 25 Jul 2011 22:19:56 +0300 Subject: [PATCH] Bigger fonts in about --- seascene.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/seascene.cpp b/seascene.cpp index af351c6..6dfa748 100644 --- a/seascene.cpp +++ b/seascene.cpp @@ -669,10 +669,10 @@ void SeaScene::createAboutBoxItems() pAboutBoxItem_->hide(); pAboutBoxItem_->setHtml(tr("" - "%1
Version %2" - "

Copyright 2011 Heli Hyvättinen" - "

License: General Public License v2" - "

Bug Reports:
https://bugs.maemo.org/ " + "%1
Version %2" + "

Copyright 2011 Heli Hyvättinen" + "

License: General Public License v2" + "

Bug Reports:
https://bugs.maemo.org/ " "enter_bug.cgi?product=Ghosts%20Overboard" ).arg(QApplication::applicationName(),QApplication::applicationVersion())); -- 1.7.9.5