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 )
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 )
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 )