Fix of 2518 so that Alt-C always means Cancel.

svn: r11371
This commit is contained in:
Peter Landgren 2008-11-30 19:33:46 +00:00
parent fec227ca26
commit ed9ed78085

View File

@ -114,7 +114,7 @@ class ChildEmbedList(EmbeddedList):
Create the object, storing the passed family value
"""
self.family = family
EmbeddedList.__init__(self, dbstate, uistate, track, _('_Children'),
EmbeddedList.__init__(self, dbstate, uistate, track, _('Chil_dren'),
ChildModel, share_button=True, move_buttons=True)
def get_popup_menu_items(self):