Seafood/main.cpp
changeset 12 60c644f011c7
parent 11 f3dbeee07821
child 13 92f7e918c7b5
--- a/Seafood/main.cpp	Wed Mar 31 16:09:36 2010 -0700
+++ b/Seafood/main.cpp	Thu Apr 01 13:36:35 2010 -0700
@@ -6,7 +6,7 @@
     QApplication a(argc, argv);
     MainWindow w;
     w.createMenus();
-    w.setWindowTitle("Seafood T");
+    w.setWindowTitle("Seafood");
     w.setStyleSheet("* { background-color:rgb(199,147,88); padding: 7px ; color:rgb(255,255,255)}");
 #if defined(Q_WS_S60) || defined(Q_WS_MAEMO_5)
     w.showMaximized();