From 0e18892a54dccc4c15267b9d0c7c6624bd657b25 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 11 Dec 2008 14:50:06 +0000 Subject: [PATCH] Porting HXX2SALOME module to Qt4 --- src/hxx2salome.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hxx2salome.cpp b/src/hxx2salome.cpp index ad3d527..09ed969 100644 --- a/src/hxx2salome.cpp +++ b/src/hxx2salome.cpp @@ -123,7 +123,7 @@ void HXX2Salome::on_LibraryButton_clicked() void HXX2Salome::on_EnvFileButton_clicked() { - QString s = QFileDialog::getSaveFileName( this, + QString s = QFileDialog::getOpenFileName( this, tr( "Choose a script file to open" ), EnvFileText->text(), tr( "Environment files (*.csh *.sh)" ) ); -- 2.30.2