Salome HOME
icones
authorPaul RASCLE <paul.rascle@edf.fr>
Sat, 1 Jul 2017 22:31:48 +0000 (00:31 +0200)
committerPaul RASCLE <paul.rascle@edf.fr>
Sat, 1 Jul 2017 22:31:48 +0000 (00:31 +0200)
resources/CMakeLists.txt
resources/create_case1d.png
resources/create_case2d.png
resources/create_case_couplage.png
resources/edit_boundary_conditions_file.png
resources/english.png [new file with mode: 0644]
resources/francais.png [new file with mode: 0644]
resources/generate_interpolz_py.png
src/HYDROGUI/HYDROSOLVERGUI.py

index 171f3eb2ecbaf18072a59fd1f88bc9428b099a06..0ca50f55bf91e08b3f458adadcd9c002c3ba0332 100644 (file)
@@ -32,6 +32,8 @@ SET(HYDROSOLVER_RESOURCES_FILES
   define_boundary_conditions.png
   edit_boundary_conditions_file.png
   generate_interpolz_py.png
+  english.png
+  francais.png
 )
 
 INSTALL(FILES ${HYDROSOLVER_RESOURCES_FILES} DESTINATION ${SALOME_HYDROSOLVER_INSTALL_RES_DATA})
index 3d9ada319b8f4ff56d3f684055c0b407663e1ce4..73586038bc115cdda58d23640917846618b6bba0 100644 (file)
Binary files a/resources/create_case1d.png and b/resources/create_case1d.png differ
index 91fa1b08dcceda02d6e24461de8339576c50aada..76df23a5386307259e52c4c85702e76bed3b5769 100644 (file)
Binary files a/resources/create_case2d.png and b/resources/create_case2d.png differ
index c615db8e319ae6996fdfa3eceedb6046c557f0c1..3a095c405043b34a7c1d9ee6fbb95f62a1c18d7b 100644 (file)
Binary files a/resources/create_case_couplage.png and b/resources/create_case_couplage.png differ
index 4a75bcb266c76168b582cee21043112e67f41c40..251cdf19efc327d8b27f04987ac550ebd919bdb6 100644 (file)
Binary files a/resources/edit_boundary_conditions_file.png and b/resources/edit_boundary_conditions_file.png differ
diff --git a/resources/english.png b/resources/english.png
new file mode 100644 (file)
index 0000000..3ffa659
Binary files /dev/null and b/resources/english.png differ
diff --git a/resources/francais.png b/resources/francais.png
new file mode 100644 (file)
index 0000000..1bc2fcb
Binary files /dev/null and b/resources/francais.png differ
index 7dbf96035a0152090b5b4fe1bb3b96d3dfbbd885..e2512252b4cb6a4b10ddda20c2aea8d1c90d992a 100644 (file)
Binary files a/resources/generate_interpolz_py.png and b/resources/generate_interpolz_py.png differ
index 389ed81e5debed72110d1610143b7163b8fd9417..3803bef7eba26da122d6c35a06ccc1db863bbbb2 100755 (executable)
@@ -118,7 +118,7 @@ class GUIcontext:
 
         a = sgPyQt.createAction( GUIcontext.EDIT_PYTEL_CASE_ID,
                                 "Edit case for Pytel execution", "Edit case for Pytel execution",
-                                "Edit a new case for Pytel execution", "edit_case_pytel.png" )
+                                "Edit a new case for Pytel execution", "case_pytel.png" )
 
         sgPyQt.createMenu( a, mid )
         sgPyQt.createTool( a, tid )
@@ -136,7 +136,7 @@ class GUIcontext:
         a = sgPyQt.createAction( GUIcontext.DEFINE_CAS_FILE_EN,
                                  "Edit cas file (English)", "Edit cas file (English)",
                                  "Create/edit a .cas file for Telemac (English)",
-                                 "define_cas_file.png" )
+                                 "english.png" )
         sgPyQt.createMenu( a, mid )
         sgPyQt.createTool( a, tid )
 
@@ -144,7 +144,7 @@ class GUIcontext:
         a = sgPyQt.createAction( GUIcontext.DEFINE_CAS_FILE_FR,
                                  "Edit cas file (French)", "Edit cas file (French)",
                                  "Create/edit a .cas file for Telemac (French)",
-                                 "define_cas_file.png" )
+                                 "francais.png" )
         sgPyQt.createMenu( a, mid )
         sgPyQt.createTool( a, tid )