From ffdee472fd15c6b3ae651c3fb6cd6aa39f1abf25 Mon Sep 17 00:00:00 2001 From: mzn Date: Wed, 9 Feb 2005 11:22:03 +0000 Subject: [PATCH] Fix for PAL7431( The "All Files (*)" entity added in "File type:" list box of the "Import From File" dialog box ). --- src/VISUGUI/VisuGUI.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index aff74e33..6e4b1d19 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -3824,6 +3824,7 @@ void VisuGUI::ImportFromFile(TImportFun theImportFun){ //flt.append( "Exportable Files (*.med *.dat)" ); //flt.append( "Dat Files (*.dat)" ); flt.append( "Med Files (*.med)" ); + flt.append( tr("MED_MEN_ALL_FILES") ); QString aDir = getVisuInputDir(); QFileInfo aFileInfo = VisuGUI_FileDlg::getFileName(QAD_Application::getDesktop(), aDir,flt,tr("Import From File"),true); -- 2.39.2