Salome HOME
icones
[modules/hydrosolver.git] / src / HYDROGUI / HYDROSOLVERGUI.py
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 )