Salome HOME
0021915: [CEA 685] Remove Ascii from the STL file selection filter in the import...
authorvsr <vsr@opencascade.com>
Tue, 16 Oct 2012 16:00:19 +0000 (16:00 +0000)
committervsr <vsr@opencascade.com>
Tue, 16 Oct 2012 16:00:19 +0000 (16:00 +0000)
src/SMESHGUI/SMESHGUI.cxx
src/SMESHGUI/SMESH_msg_en.ts
src/SMESHGUI/SMESH_msg_fr.ts

index 9a3211aee8bcceb811e0b90d7b301d2ecb064d63..2cecefccb16c98640c68fe176b7c923feeb835b4 100644 (file)
       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)" );
index 5253ff02d3eabb82c713a9e77b9dc5cd4d094ed4..e20b9ff82366e35d4d8c10ee47ef1728c7a80a5a 100644 (file)
         <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>
index f4eb29eddc6b2eb1e375c2e5a732a42434840f58..49676deb8bb7a56637e068571f767acfff770e09 100755 (executable)
         <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>