Salome HOME
*** empty log message ***
[tools/eficas.git] / Editeur / menubar.py
index 89c74406d5e76c032298497e354d8ed1185812c1..0ba21ec3cd8dea7122db801637b2a90a8e2dcca1 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 #            CONFIGURATION MANAGEMENT OF EDF VERSION
 # ======================================================================
 # COPYRIGHT (C) 1991 - 2002  EDF R&D                  WWW.CODE-ASTER.ORG
@@ -34,7 +35,7 @@ class MENUBAR:
    try:
       from prefs import labels
    except:
-      labels= ('Fichier','Edition','Jeu de commandes','Catalogue','Browsers','Options')
+      labels= ('Fichier','Edition','Jeu de commandes','Catalogue','Browsers','Options','Aide')
 
    def init(self):
       self.menudict={}