X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSHAPERGUI%2Fshapergui_app.cpp;h=eeae5764cffe7671d279b3a807e9315a155d39c3;hb=refs%2Fheads%2FCR35150;hp=4c9d4739b7672a74284deab0bfdd762f24bbb2e0;hpb=5d1133e71358b5d860bc625998a9def3c7c3cd73;p=modules%2Fshaper.git diff --git a/src/SHAPERGUI/shapergui_app.cpp b/src/SHAPERGUI/shapergui_app.cpp index 4c9d4739b..eeae5764c 100644 --- a/src/SHAPERGUI/shapergui_app.cpp +++ b/src/SHAPERGUI/shapergui_app.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2021 CEA/DEN, EDF R&D +// Copyright (C) 2021-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -43,8 +43,9 @@ int main(int argc, char *argv[]) QString gui_root_dir( QDir::fromNativeSeparators(pe.value(GUI_ROOT_DIR)) ); QString shaper_root_dir( QDir::fromNativeSeparators(pe.value(SHAPER_ROOT_DIR)) ); QString lightappconfig_val( QString("%1:%2") - .arg(QDir::toNativeSeparators(QString("%1/share/salome/resources/gui").arg(gui_root_dir))) - .arg(QDir::toNativeSeparators(QString("%1/share/salome/resources/shaper").arg(shaper_root_dir)))); + .arg( QDir::toNativeSeparators( QString("%1/share/salome/resources/gui").arg(gui_root_dir) ) ) + .arg( QDir::toNativeSeparators( QString("%1/share/salome/resources/shaper") + .arg(shaper_root_dir) ) ) ); pe.insert(LIGHTAPPCONFIG,lightappconfig_val); //tells shutup to salome.salome_init invoked at shaper engine ignition pe.insert("SALOME_EMB_SERVANT","1");