mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
EDF 2357 : Modification of the "Files of type" (*.med => *.*med) - CTN
This commit is contained in:
parent
e8b4cb4110
commit
00e6cbee7f
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user