[Foo2zjs-commits] r103 - trunk/foo2zjs_20070718dfsg/debian/hannah

bedo-guest at alioth.debian.org bedo-guest at alioth.debian.org
Sun Sep 30 07:18:48 UTC 2007


Author: bedo-guest
Date: 2007-09-30 07:18:47 +0000 (Sun, 30 Sep 2007)
New Revision: 103

Modified:
   trunk/foo2zjs_20070718dfsg/debian/hannah/gui.cpp
Log:
Changed the strings to download the firmware to be getweb-compliant


Modified: trunk/foo2zjs_20070718dfsg/debian/hannah/gui.cpp
===================================================================
--- trunk/foo2zjs_20070718dfsg/debian/hannah/gui.cpp	2007-09-30 06:54:41 UTC (rev 102)
+++ trunk/foo2zjs_20070718dfsg/debian/hannah/gui.cpp	2007-09-30 07:18:47 UTC (rev 103)
@@ -210,7 +210,7 @@
 	QAbstractButton *temporary_button;
 	int count = 0;
 	QStringList current_list;
-	current_list << "hp2600" << "hp1600" << "hp1020" << "hp1018" << "hp1005" << "hp1000" << "minolta2530" << "minolta2490" << "minolta2480" << "minolta2430" << "minolta2300" << "minolta2200" << "minoltapro" << "samsung3160" << "samsung600" << "samsung300" << "xerox6115" << "xerox6110";
+	current_list << "2600n" << "1600" << "1020" << "1018" << "1005" << "1000" << "2530" << "2490" << "2480" << "2430" << "2300" << "2200" << "cpwl" << "3160" << "600" << "300" << "6115" << "6110";
 	QStringList arguments;
 
 	foreach( temporary_button, buttonGroup->buttons() ) {




More information about the Foo2zjs-commits mailing list