Fix of 2518, so that Alt-C always means Cancel.
svn: r11372
This commit is contained in:
parent
0e2138999f
commit
478736f75c
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user