diff --git a/sources/nomenclature.cpp b/sources/nomenclature.cpp index b17999237..d466d18c9 100644 --- a/sources/nomenclature.cpp +++ b/sources/nomenclature.cpp @@ -50,7 +50,7 @@ bool nomenclature::saveToCSVFile() { //Process... QString data = tr("NOMENCLATURE : ") + m_project -> title() + "\n\n"; - data += tr("Ref") +";"+ tr("Folio") +";"+ tr("Sch\351ma") +";"+ tr("D\351signation")+";"+ tr("Label") +";"+ tr("Commententaire") +";"+ tr("Fabriquant") +";"+ tr("Reference") +";"+ tr("Machine-reference\n"); + data += tr("Folio") +";"+ tr("Sch\351ma") +";"+ tr("D\351signation")+";"+ tr("Label") +";"+ tr("Commententaire") +";"+ tr("Fabriquant") +";"+ tr("Reference") +";"+ tr("Machine-reference\n"); QStringList rows; for(int i=0; i elements_list; - //QList elements_list; - + //elements_list = schema->customElements(); elements_list = schema->content().elements.toList(); for(int j=0;jfolioIndex()+1) + ";"; row += schema->title() + ";"; row += elements_list.at(j)->name() + ";"; row += elements_list.at(j)->elementInformations()["label"].toString() + ";";