mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-04 01:35:37 +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
753d2c01af
commit
1e3cd4b833
@ -282,6 +282,7 @@ namespace{
|
||||
QAD_FileDlg* fd = new QAD_FileDlg( parent, false, true, true );
|
||||
fd->setCaption( aTitle );
|
||||
fd->setFilters( filters );
|
||||
fd->setSelectedFilter( QObject::tr("MED 2.2 (*.med)") );
|
||||
fd->exec();
|
||||
aFilename = fd->selectedFile();
|
||||
aFormat = aFilterMap[fd->selectedFilter()];
|
||||
|
Loading…
Reference in New Issue
Block a user