0021915: [CEA 685] Remove Ascii from the STL file selection filter in the import STL file dialog box

This commit is contained in:
vsr 2012-10-16 16:00:19 +00:00
parent d2f0eb8f21
commit f3f2d644ef
3 changed files with 9 additions and 1 deletions

View File

@ -205,7 +205,7 @@
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)" );

View File

@ -27,6 +27,10 @@
<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>

View File

@ -27,6 +27,10 @@
<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>