From 3346ec2a25a9d35e4fbffa5ec505eaf8059b3bfb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernard=20S=C3=A9cher=C3=83?= Date: Fri, 29 Jan 2021 14:43:55 +0100 Subject: [PATCH] update module name for gui --- CoreFlows/gui/resources/SalomeApp.xml.in | 8 ++++---- CoreFlows/gui/src/CMakeLists.txt | 2 +- CoreFlows/gui/src/{COREFLOWSGUI.py => SOLVERLABGUI.py} | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename CoreFlows/gui/src/{COREFLOWSGUI.py => SOLVERLABGUI.py} (100%) diff --git a/CoreFlows/gui/resources/SalomeApp.xml.in b/CoreFlows/gui/resources/SalomeApp.xml.in index 2aef54d..26b2369 100755 --- a/CoreFlows/gui/resources/SalomeApp.xml.in +++ b/CoreFlows/gui/resources/SalomeApp.xml.in @@ -22,15 +22,15 @@ --> -
+
- + - +
- +
diff --git a/CoreFlows/gui/src/CMakeLists.txt b/CoreFlows/gui/src/CMakeLists.txt index c0cda83..de2a067 100755 --- a/CoreFlows/gui/src/CMakeLists.txt +++ b/CoreFlows/gui/src/CMakeLists.txt @@ -25,7 +25,7 @@ SALOME_CONFIGURE_FILE(SalomePyQt_MockUp.py.in mockup/SalomePyQt_MockUp.py) SALOME_CONFIGURE_FILE(utils.py.in ${CMAKE_CURRENT_BINARY_DIR}/utils.py) SET(_bin_SCRIPTS - COREFLOWSGUI.py + SOLVERLABGUI.py CoreFlows_Standalone.py ) diff --git a/CoreFlows/gui/src/COREFLOWSGUI.py b/CoreFlows/gui/src/SOLVERLABGUI.py similarity index 100% rename from CoreFlows/gui/src/COREFLOWSGUI.py rename to CoreFlows/gui/src/SOLVERLABGUI.py -- 2.39.2