From e8f164b207507893efe441194ca934d6accbd281 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Thu, 1 Apr 2010 14:55:16 +0000 Subject: [PATCH] *** empty log message *** --- CMakeLists.txt | 2 +- InterfaceQT4/qtEficas.py | 2 +- Map/CMakeLists.txt | 2 +- Map/catalogues_Map.ini | 2 +- Map/prefs.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d51d01bb..d0b3f875 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -163,7 +163,7 @@ endif (WITH_ASTER) # Installation des fichiers : MAP if (WITH_MAP) - add_subdirectory ( MAP ) + add_subdirectory ( Map ) endif (WITH_MAP) # Installation des fichiers : Sep diff --git a/InterfaceQT4/qtEficas.py b/InterfaceQT4/qtEficas.py index 3dfae094..6e590508 100644 --- a/InterfaceQT4/qtEficas.py +++ b/InterfaceQT4/qtEficas.py @@ -19,7 +19,7 @@ class Appli(Ui_Eficas,QMainWindow): """ Constructor """ - self.VERSION_EFICAS="Eficas QT4 V1.17" + self.VERSION_EFICAS="Eficas QT4 V2.0" self.ihm="QT" self.code=code self.salome=salome diff --git a/Map/CMakeLists.txt b/Map/CMakeLists.txt index 656a3668..20b67191 100644 --- a/Map/CMakeLists.txt +++ b/Map/CMakeLists.txt @@ -32,7 +32,7 @@ install ( FILES qtEficas_map.py Map1_Cata_V1.py benhur_pygmee.txt test_module.bhr - DESTINATION ${CMAKE_INSTALL_PREFIX}/MAP + DESTINATION ${CMAKE_INSTALL_PREFIX}/Map ) diff --git a/Map/catalogues_Map.ini b/Map/catalogues_Map.ini index 601e97bc..96c94e37 100644 --- a/Map/catalogues_Map.ini +++ b/Map/catalogues_Map.ini @@ -7,7 +7,7 @@ catalogues = ( # (code,version,catalogue,formatIn) #('Map','V0',os.path.join(rep_cata,'Map_Cata_V0.py'),'map'), #('Map','V0',os.path.join(rep_cata,'Map1_Cata_V0.py'),'map'), - ('MAP','V1',os.path.join(rep_cata,'Map1_Cata_V1.py'),'map'), + ('Map','V1',os.path.join(rep_cata,'Map1_Cata_V1.py'),'map'), ('Map2','V0',os.path.join(rep_cata,'Map2_Cata_V0.py'),'map'), ) diff --git a/Map/prefs.py b/Map/prefs.py index 2fc2a6b2..d8335882 100644 --- a/Map/prefs.py +++ b/Map/prefs.py @@ -1 +1 @@ -code='MAP' +code='Map' -- 2.39.2