From: Arto Hyvättinen Date: Fri, 20 Aug 2010 12:56:36 +0000 (+0300) Subject: Promoted to 1.0.0 X-Git-Tag: v1.9.0~95 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=eb6299aaf8769330812b506f725f9451ac2e17e6;hp=d146fd63b94d71b8b56f11be148260b4fe65dd36;p=chessclock Promoted to 1.0.0 --- diff --git a/chessclockwindow.cpp b/chessclockwindow.cpp index 496fdf9..45a21b4 100644 --- a/chessclockwindow.cpp +++ b/chessclockwindow.cpp @@ -66,7 +66,7 @@ ChessClockWindow::ChessClockWindow(QWidget *parent) menuBar()->addAction( tr("New game"), this, SLOT(newGame())); menuBar()->addAction( tr("Visit web page"), this, SLOT(visitWeb())); menuBar()->addAction( tr("About"),this, SLOT(about())); - menuBar()->addAction(tr("About Qt"), this, SLOT(aboutQt())) + menuBar()->addAction(tr("About Qt"), this, SLOT(aboutQt())); } @@ -107,7 +107,7 @@ void ChessClockWindow::about() "©Arto Hyvättinen 2010" "

Chess Clock is free software under the terms of GNU General Public License 3" "

Bugtracker and instructions at checkclock.garage.maemo.org" - ).arg(qApp->applicationVersion())) + ).arg(qApp->applicationVersion())) ; } void ChessClockWindow::aboutQt() diff --git a/main.cpp b/main.cpp index b37de38..1beec9d 100644 --- a/main.cpp +++ b/main.cpp @@ -56,7 +56,7 @@ int main(int argc, char *argv[]) a.setApplicationName( a.tr("Chess Clock","Application name") ); a.setOrganizationName("Chess Clock"); a.setOrganizationDomain("chessclock.garage.maemo.org"); - a.setApplicationVersion("0.9.0"); + a.setApplicationVersion("1.0.0"); ChessClockWindow w;