mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 09:40:35 +05:00
Fix for bug PAL10393 ( Set MED2.2 as the default version in the export to med dialog box ).
This commit is contained in:
parent
b0105f0f9d
commit
d1bef0cbc1
@ -300,6 +300,7 @@ namespace{
|
||||
SUIT_FileDlg* fd = new SUIT_FileDlg( SMESHGUI::desktop(), false, true, true );
|
||||
fd->setCaption( aTitle );
|
||||
fd->setFilters( filters );
|
||||
fd->setSelectedFilter( QObject::tr("MED 2.2 (*.med)") );
|
||||
bool is_ok = false;
|
||||
while(!is_ok){
|
||||
fd->exec();
|
||||
|
Loading…
Reference in New Issue
Block a user