From a5c206aa009328c7585c7eb04d3f788523cddc8b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Heli=20Hyv=C3=A4ttinen?= Date: Tue, 26 Jul 2011 16:10:25 +0300 Subject: [PATCH] Add web page address to about Conflicts: seascene.cpp --- seascene.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/seascene.cpp b/seascene.cpp index 96215f0..4d426b8 100644 --- a/seascene.cpp +++ b/seascene.cpp @@ -680,7 +680,8 @@ void SeaScene::createAboutBoxItems() "%1
Version %2" "

Copyright 2011 Heli Hyvättinen" "

License: General Public License v2" - "

Bug Reports:
https://bugs.maemo.org/ " + "

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