From 00e6cbee7fbaed94175f402ee7a6a5ebb5813b83 Mon Sep 17 00:00:00 2001 From: gdd Date: Mon, 15 Oct 2012 09:58:06 +0000 Subject: [PATCH] EDF 2357 : Modification of the "Files of type" (*.med => *.*med) - CTN --- src/SMESHGUI/SMESHGUI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.30.2