Salome HOME
*** empty log message ***
[tools/eficas.git] / Editeur / appli.py
index 629a75ce82801a107dd22bada9e87d5e15846aa0..d6f823664b5a16f15446b6f5945bc5f39ecfdbe1 100644 (file)
@@ -272,7 +272,7 @@ class APPLI:
                if radio == None:radio=number_item
             else:
                command=getattr(appli_composant,method)
-               menu.add_command(label=label+" "+raccourci_label,command=command)
+               menu.add_command(label=label,accelerator=raccourci_label,command=command)
                if raccourci != "" :
                   self.top.bind(raccourci,command)
       # Si au moins un radiobouton existe on invoke le premier