From ed9ed78085d66708bd8747f2d09a3ce4ef2f8960 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sun, 30 Nov 2008 19:33:46 +0000 Subject: [PATCH] Fix of 2518 so that Alt-C always means Cancel. svn: r11371 --- 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 4e455ad66..94f694fe1 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):