From: gdd Date: Mon, 15 Oct 2012 09:58:06 +0000 (+0000) Subject: EDF 2357 : Modification of the "Files of type" (*.med => *.*med) - CTN X-Git-Tag: V6_6_0a1~36 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=00e6cbee7fbaed94175f402ee7a6a5ebb5813b83 EDF 2357 : Modification of the "Files of type" (*.med => *.*med) - CTN --- diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index b4c12d324..9a3211aee 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -195,7 +195,7 @@ 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 ) {