From 478736f75c514547dfd54b2cf3bbddd7eede1db5 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sun, 30 Nov 2008 19:33:54 +0000 Subject: [PATCH] Fix of 2518, so that Alt-C always means Cancel. svn: r11372 --- src/Editors/_EditFamily.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Editors/_EditFamily.py b/src/Editors/_EditFamily.py index 9acc46c7c..b7379d335 100644 --- a/src/Editors/_EditFamily.py +++ b/src/Editors/_EditFamily.py @@ -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):