From 2266b658d9f1c4ff1e60c995612887aab92204d9 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 16 Nov 2005 06:52:15 +0000 Subject: [PATCH] Modify launch script for light SALOME (use SALOME style) --- bin/runLightSalome.csh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runLightSalome.csh b/bin/runLightSalome.csh index 39681ab07..85675de23 100755 --- a/bin/runLightSalome.csh +++ b/bin/runLightSalome.csh @@ -6,4 +6,4 @@ if ( ! $?SUITRoot ) setenv SUITRoot ${GUI_ROOT_DIR}/share/salome if ( ! $?LightAppConfig ) setenv LightAppConfig ${GUI_ROOT_DIR}/share/salome/resources if ( ! $?LightAppResources ) setenv LightAppResources ${GUI_ROOT_DIR}/share/salome/resources -SUITApp LightApp $1 +SUITApp LightApp -style salome $* & -- 2.39.2