X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI.cxx;h=c8a76665754cdcd87240d1224b5ff9535d1ad0af;hp=d802648e4de6e240f19cf1eeb495d5b6adf6d151;hb=6719903275e7df1327a196f569290e6896368ef1;hpb=b0105f0f9d05ef09ad770cf0d343901589cba620 diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index d802648e4..c8a766657 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -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(); @@ -583,7 +584,7 @@ namespace{ aControl = SMESH_Actor::eSkew; break; case 6009: - aTitle = QObject::tr( "VOLUME_3D_ELEMENTS" ); + aTitle = QObject::tr( "SMESH_VOLUME" ); aControl = SMESH_Actor::eVolume3D; break; }