Updated the web pages
[chessclock] / main.cpp
index e369fe1..53ba074 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -23,7 +23,7 @@
 /*! @mainpage Chess Clock
 
   @author Arto Hyvättinen
-  @version 0.1.0
+  @version 1.1
 
 
     Chess Clock
@@ -42,7 +42,7 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.
 
-
+@todo Game log
 
   */
 
 int main(int argc, char *argv[])
 {
     QApplication a(argc, argv);
+    a.setApplicationName( a.tr("Chess Clock","Application name") );
+    a.setOrganizationName("Chess Clock");
+    a.setOrganizationDomain("chessclock.garage.maemo.org");
+    a.setApplicationVersion("1.1.2");
+
     ChessClockWindow w;
+
 #if defined(Q_WS_S60)
     w.showMaximized();
 #else