From: Heli Hyvättinen Date: Tue, 14 Jun 2011 01:32:34 +0000 (+0300) Subject: Corrected the file name for the about box image X-Git-Tag: v0.1.0~14 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=fde07217aedbbbbc3c16f46ec0beab479c8f0616;p=ghostsoverboard Corrected the file name for the about box image --- diff --git a/mainwindow.cpp b/mainwindow.cpp index 1033d83..8308cd5 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -109,8 +109,8 @@ void MainWindow::about() { QMessageBox::about(this, tr("About %1").arg(QApplication::applicationName()), tr("Version %1" - "

Copyright 2011 Heli Hyvättinen" - "

Licence: General Public Lisence v2" + "

Copyright 2011 Heli Hyvättinen" + "

License: General Public License v2" ).arg(QApplication::applicationVersion()));