Salome HOME
Fix for bug PAL10393 ( Set MED2.2 as the default version in the export to med dialog...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI.cxx
index d802648e4de6e240f19cf1eeb495d5b6adf6d151..4b966ce5981016e3d65165797a20a3bca284a2d6 100644 (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();