[Foo2zjs-commits] r72 - trunk/hannah

white at alioth.debian.org white at alioth.debian.org
Fri Sep 28 09:23:21 UTC 2007


Author: white
Date: 2007-09-28 09:23:21 +0000 (Fri, 28 Sep 2007)
New Revision: 72

Modified:
   trunk/hannah/gui.cpp
Log:
Change window name

Modified: trunk/hannah/gui.cpp
===================================================================
--- trunk/hannah/gui.cpp	2007-09-28 09:22:20 UTC (rev 71)
+++ trunk/hannah/gui.cpp	2007-09-28 09:23:21 UTC (rev 72)
@@ -3,7 +3,7 @@
 MainWindow::MainWindow(QWidget *parent)
         :QWidget(parent)
 {
-	int check = QMessageBox::question(this, tr("Firmware downloader"),
+	int check = QMessageBox::question(this, tr("Hannah - Firmware downloader"),
 			tr("Do you want to proceed? (Fill me with text)"), tr("&Yes"), tr("&No"),
 			QString::null, 0, 1);
 




More information about the Foo2zjs-commits mailing list