From: vsr Date: Thu, 11 Dec 2008 14:50:06 +0000 (+0000) Subject: Porting HXX2SALOME module to Qt4 X-Git-Tag: V5_1_0~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0e18892a54dccc4c15267b9d0c7c6624bd657b25;p=tools%2Fhxx2salome.git Porting HXX2SALOME module to Qt4 --- 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)" ) );