Salome HOME
EDF 2357 : Modification of the "Files of type" (*.med => *.*med) - CTN
authorgdd <gdd>
Mon, 15 Oct 2012 09:58:06 +0000 (09:58 +0000)
committergdd <gdd>
Mon, 15 Oct 2012 09:58:06 +0000 (09:58 +0000)
src/SMESHGUI/SMESHGUI.cxx

index b4c12d3242fade42006de9c6957ee2c0917301a1..9a3211aee8bcceb811e0b90d7b301d2ecb064d63 100644 (file)
     std::string myExtension;
 
     if ( theCommandID == 113 ) {
     std::string myExtension;
 
     if ( theCommandID == 113 ) {
-      filter.append( QObject::tr( "MED_FILES_FILTER" ) + " (*.med)" );
+      filter.append( QObject::tr( "MED_FILES_FILTER" ) + " (*.*med)" );
       filter.append( QObject::tr( "ALL_FILES_FILTER" ) + " (*)" );
     }
     else if ( theCommandID == 112 ) {
       filter.append( QObject::tr( "ALL_FILES_FILTER" ) + " (*)" );
     }
     else if ( theCommandID == 112 ) {