From 84b9d0406289da22178b3d5eef4c12e6554ade58 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Heli=20Hyv=C3=A4ttinen?= Date: Tue, 27 Sep 2011 23:00:45 +0300 Subject: [PATCH] Added source code availability info on the about --- seascene.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/seascene.cpp b/seascene.cpp index de57ba4..0238cf6 100644 --- a/seascene.cpp +++ b/seascene.cpp @@ -835,11 +835,12 @@ void SeaScene::createAboutBoxItems() pAboutBoxItem_->setZValue(1000); pAboutBoxItem_->hide(); - pAboutBoxItem_->setHtml(tr("" - "%1
Version %2" + pAboutBoxItem_->setHtml(tr("" + "%1 Version %2" "

Copyright 2011 Heli Hyvättinen" - "

License: General Public License v2" - "

Web: http://ghostsoverboard.garage.maemo.org/
" + "

License: GNU General Public License v2" + "

The source code of this game is available trough it's web pages." + "

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