EDF 2357 : Modification of the "Files of type" (*.med => *.*med) - CTN

This commit is contained in:
gdd 2012-10-15 09:58:06 +00:00
parent e8b4cb4110
commit 00e6cbee7f

View File

@ -195,7 +195,7 @@
std::string myExtension; std::string myExtension;
if ( theCommandID == 113 ) { 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" ) + " (*)" ); filter.append( QObject::tr( "ALL_FILES_FILTER" ) + " (*)" );
} }
else if ( theCommandID == 112 ) { else if ( theCommandID == 112 ) {