[qet] [4204] Minor

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 4204
Author:   scorpio810
Date:     2015-09-15 11:50:20 +0200 (Tue, 15 Sep 2015)
Log Message:
-----------
Minor

Modified Paths:
--------------
    trunk/sources/nomenclature.cpp

Modified: trunk/sources/nomenclature.cpp
===================================================================
--- trunk/sources/nomenclature.cpp	2015-09-15 08:20:39 UTC (rev 4203)
+++ trunk/sources/nomenclature.cpp	2015-09-15 09:50:20 UTC (rev 4204)
@@ -91,6 +91,8 @@
 	""+ QObject::tr("Commentaire") +";"
 	""+ QObject::tr("Fabricant") +";"
 	""+ QObject::tr("Reference") +";"
+	""+ QObject::tr("Bloc auxilliaire 1") +";"
+	""+ QObject::tr("Bloc auxilliaire 2") +";"
 	""+ QObject::tr("Machine-reference") +";"
 	""+ QObject::tr("Localisation") +";"
 	""+ QObject::tr("Fonction") +"\n";
@@ -133,6 +135,8 @@
 	info += elmt_info["comment"].toString() + ";";
 	info += elmt_info["manufacturer"].toString() + ";";
 	info += elmt_info["manufacturer-reference"].toString() + ";";
+	info += elmt_info["Auxiliary_1-contact-bloc"].toString() + ";";
+	info += elmt_info["Auxiliary_2-contact-bloc"].toString() + ";";
 	info += elmt_info["machine-manufacturer-reference"].toString() + ";";
 	info += elmt_info["location"].toString() + ";";
 	info += elmt_info["function"].toString() + "\n";


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/