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

svn: r11372
This commit is contained in:
Peter Landgren 2008-11-30 19:33:54 +00:00
parent 0e2138999f
commit 478736f75c

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