From: abd Date: Fri, 9 Feb 2007 13:37:07 +0000 (+0000) Subject: Merging with V3_2_4 X-Git-Tag: T4_0_a1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3a200c0a9fd8c301415e8fa42ae2d5cca32ad191;p=tools%2Fhxx2salome.git Merging with V3_2_4 --- diff --git a/src/hxx2salome.ui.h b/src/hxx2salome.ui.h index d72a913..5d1cccd 100644 --- a/src/hxx2salome.ui.h +++ b/src/hxx2salome.ui.h @@ -203,9 +203,7 @@ void HXX2Salome::shellChanged(int n) void HXX2Salome::GenerateButton_pressed() { QString command; - command = "export HXX2SALOME_ROOT_DIR="; - command += BINDIR; - command += "; $HXX2SALOME_ROOT_DIR/hxx2salome "; + command = "$HXX2SALOME_ROOT_DIR/hxx2salome "; if (makeGUI->isChecked()) command += " \"-g\" "; if (Compile->isChecked())