Fix for bug PAL10393 ( Set MED2.2 as the default version in the export to med dialog box ).

This commit is contained in:
mzn 2005-10-25 08:54:19 +00:00
parent b0105f0f9d
commit d1bef0cbc1

View File

@ -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();