[Kst] branches/work/kst/portto4/kst/src/libkstapp

Mike Fenton mike at staikos.net
Thu Jul 9 17:47:32 CEST 2009


SVN commit 993884 by fenton:

Update window title.


 M  +4 -0      mainwindow.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/mainwindow.cpp #993883:993884
@@ -80,6 +80,8 @@
   _debugDialog = new DebugDialog(this);
   Debug::self()->setHandler(_debugDialog);
 
+  setWindowTitle("Kst");
+
   createActions();
   createMenus();
   createToolBars();
@@ -204,6 +206,7 @@
     return;
   }
   _doc->save(fn);
+  setWindowTitle("Kst - " + fn);
 }
 
 
@@ -217,6 +220,7 @@
   }
 
   openFile(fn);
+  setWindowTitle("Kst - " + fn);
 }
 
 void MainWindow::initFromCommandLine() {


More information about the Kst mailing list