mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 23:30:32 +05:00
0021915: [CEA 685] Remove Ascii from the STL file selection filter in the import STL file dialog box
This commit is contained in:
parent
d2f0eb8f21
commit
f3f2d644ef
@ -205,7 +205,7 @@
|
|||||||
filter.append( QObject::tr( "DAT_FILES_FILTER" ) + " (*.dat)" );
|
filter.append( QObject::tr( "DAT_FILES_FILTER" ) + " (*.dat)" );
|
||||||
}
|
}
|
||||||
else if ( theCommandID == 115 ) {
|
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 ) {
|
else if ( theCommandID == 116 ) {
|
||||||
filter.append( QObject::tr( "CGNS_FILES_FILTER" ) + " (*.cgns)" );
|
filter.append( QObject::tr( "CGNS_FILES_FILTER" ) + " (*.cgns)" );
|
||||||
|
@ -27,6 +27,10 @@
|
|||||||
<source>MED_VX_FILES_FILTER</source>
|
<source>MED_VX_FILES_FILTER</source>
|
||||||
<translation>MED %1 files</translation>
|
<translation>MED %1 files</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>STL_FILES_FILTER</source>
|
||||||
|
<translation>STL files</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>STL_ASCII_FILES_FILTER</source>
|
<source>STL_ASCII_FILES_FILTER</source>
|
||||||
<translation>STL ASCII files</translation>
|
<translation>STL ASCII files</translation>
|
||||||
|
@ -27,6 +27,10 @@
|
|||||||
<source>MED_VX_FILES_FILTER</source>
|
<source>MED_VX_FILES_FILTER</source>
|
||||||
<translation>Fichiers MED %1</translation>
|
<translation>Fichiers MED %1</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>STL_FILES_FILTER</source>
|
||||||
|
<translation>Fichiers STL</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>STL_ASCII_FILES_FILTER</source>
|
<source>STL_ASCII_FILES_FILTER</source>
|
||||||
<translation>Fichiers STL ASCII</translation>
|
<translation>Fichiers STL ASCII</translation>
|
||||||
|
Loading…
Reference in New Issue
Block a user