filter.append( QObject::tr( "DAT_FILES_FILTER" ) + " (*.dat)" );
}
else if ( theCommandID == 115 ) {
- filter.append( QObject::tr( "STL_ASCII_FILES_FILTER" ) + " (*.stl)" );
+ filter.append( QObject::tr( "STL_FILES_FILTER" ) + " (*.stl)" );
}
else if ( theCommandID == 116 ) {
filter.append( QObject::tr( "CGNS_FILES_FILTER" ) + " (*.cgns)" );
<source>MED_VX_FILES_FILTER</source>
<translation>MED %1 files</translation>
</message>
+ <message>
+ <source>STL_FILES_FILTER</source>
+ <translation>STL files</translation>
+ </message>
<message>
<source>STL_ASCII_FILES_FILTER</source>
<translation>STL ASCII files</translation>
<source>MED_VX_FILES_FILTER</source>
<translation>Fichiers MED %1</translation>
</message>
+ <message>
+ <source>STL_FILES_FILTER</source>
+ <translation>Fichiers STL</translation>
+ </message>
<message>
<source>STL_ASCII_FILES_FILTER</source>
<translation>Fichiers STL ASCII</translation>