Salome HOME
ajout properties.py
[tools/eficas.git] / Aster / prefs.py
index 78c10406b4f77e94a08abd6e9efc4f5a11420102..261ee3b2d3db9d67c007c946c2c70c55578466d4 100644 (file)
@@ -39,12 +39,18 @@ CODE_PATH = None
 # Par défaut on utilise le répertoire icons dans Editeur
 ICONDIR=os.path.join(INSTALLDIR,'Editeur','icons')
 
+# lang indique la langue utilisée pour les chaines d'aide : fr ou ang
+lang='fr'
+
 labels= ('Fichier','Edition','Jeu de commandes',
-              # 'Catalogue','Browsers','Options'
+#               'Catalogue','Browsers',
+                'Options',
+                'Aide',
            )
 
-extensions=['readercata','bureau',
-                 # 'browser','options'
+appli_composants=['readercata','bureau',
+#                  'browser',
+                   'options',
            ]
 
 menu_defs={ 'bureau': [
@@ -73,6 +79,10 @@ menu_defs={ 'bureau': [
                                    ('Mots-clés inconnus','mc_inconnus'),
                                   ]
               ),
+              ('Aide',[
+                        ('Aide EFICAS','aideEFICAS'),
+                      ]
+              ),
              ]
            }