Salome HOME
Fix for bug PAL10393 ( Set MED2.2 as the default version in the export to med dialog...
authormzn <mzn@opencascade.com>
Tue, 25 Oct 2005 08:54:19 +0000 (08:54 +0000)
committermzn <mzn@opencascade.com>
Tue, 25 Oct 2005 08:54:19 +0000 (08:54 +0000)
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();