Modified web page layout 650px -> 700px
[chessclock] / chessclockwindow.cpp
index 496fdf9..4f49a63 100644 (file)
@@ -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()));
 
 }
 
@@ -95,6 +95,7 @@ void ChessClockWindow::newGame()
 
 void ChessClockWindow::visitWeb()
 {
+    pause();
     QProcess* process = new QProcess(this);
     process->start(QString("browser --url=chessclock.garage.maemo.org"));
 }
@@ -106,8 +107,8 @@ void ChessClockWindow::about()
                        tr("<h1>Chess Clock %1</h1>"
                           "&copy;Arto Hyv&auml;ttinen 2010"
                           "<p>Chess Clock is free software under the terms of GNU General Public License 3"
-                          "<p>Bugtracker and instructions at <a>checkclock.garage.maemo.org</a>"
-                          ).arg(qApp->applicationVersion()))
+                          "<p>Bugtracker and instructions at <a>http://chessclock.garage.maemo.org</a>"
+                          ).arg(qApp->applicationVersion())) ;
 }
 
 void ChessClockWindow::aboutQt()