[Foo2zjs-commits] r76 - trunk/hannah

white at alioth.debian.org white at alioth.debian.org
Fri Sep 28 09:47:29 UTC 2007


Author: white
Date: 2007-09-28 09:47:29 +0000 (Fri, 28 Sep 2007)
New Revision: 76

Modified:
   trunk/hannah/gui.cpp
Log:
forgot one more name change

Modified: trunk/hannah/gui.cpp
===================================================================
--- trunk/hannah/gui.cpp	2007-09-28 09:40:06 UTC (rev 75)
+++ trunk/hannah/gui.cpp	2007-09-28 09:47:29 UTC (rev 76)
@@ -12,7 +12,7 @@
 		exit(0);
 	}
 
-	setWindowTitle(tr("Foo2zjs firmware downloader"));
+	setWindowTitle(tr("Hannah - Foo2zjs firmware downloader"));
 	QVBoxLayout *mainLayout = new QVBoxLayout;
 	hp2600Button = new QCheckBox(tr("Download firmware for HP2600"));
 	hp1600Button = new QCheckBox(tr("Download firmware for HP1600"));
@@ -175,5 +175,7 @@
 	QString program = "/usr/bin/getweb";
 	QProcess *callProgram = new QProcess;
 	callProgram->execute(program, arguments);
+	
+	qDebug()<<callProgram->error();
 
 };




More information about the Foo2zjs-commits mailing list