@@ -126,15 +126,15 @@ void dxf2shpConverterGui::on_buttonBox_rejected()
126126void dxf2shpConverterGui::on_buttonBox_helpRequested ()
127127{
128128 QString s = " Fields description:\n "
129- " * Input DXF file: path to the DXF file to be converted\n " ;
130- " * Output Shp file: desired filename of the ShapeFile to be created\n " ;
131- " * Shp output file type: specifies the type of the output shapefile\n " ;
132- " * Export text labels checkbox: if checked, an additional shp points layer will be created, " ;
133- " and the associated dbf table will contain informations about the \" TEXT\" fields found" ;
134- " in the dxf file, and the text strings themselves\n\n " ;
135- " ---\n " ;
136- " Developed by Paolo L. Scala, Barbara Rita Barricelli, Marco Padula\n " ;
137- " CNR, Milan Unit (Information Technology), Construction Technologies Institute.\n " ;
129+ " * Input DXF file: path to the DXF file to be converted\n "
130+ " * Output Shp file: desired filename of the ShapeFile to be created\n "
131+ " * Shp output file type: specifies the type of the output shapefile\n "
132+ " * Export text labels checkbox: if checked, an additional shp points layer will be created, "
133+ " and the associated dbf table will contain informations about the \" TEXT\" fields found"
134+ " in the dxf file, and the text strings themselves\n\n "
135+ " ---\n "
136+ " Developed by Paolo L. Scala, Barbara Rita Barricelli, Marco Padula\n "
137+ " CNR, Milan Unit (Information Technology), Construction Technologies Institute.\n "
138138 " For support send a mail to scala@itc.cnr.it\n " ;
139139
140140 QMessageBox::information (this , " Help" , s);
0 commit comments