diff --git a/ChangeLog b/ChangeLog index f126a7cda..623a59d9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,7 +11,7 @@ * src/data/tips.xml: Add huge collection of tips. 2004-09-28 Alex Roitman - * src/NameEdit.py: Typo. + * src/EditPerson.py: Typo. 2004-09-28 Don Allingham * src/RelLib.py: Enhanced Name, adding patronymic name diff --git a/src/EditPerson.py b/src/EditPerson.py index 17a43218d..9bc0fa89f 100644 --- a/src/EditPerson.py +++ b/src/EditPerson.py @@ -940,7 +940,7 @@ class EditPerson: def on_add_aka_clicked(self,obj): """Invokes the name editor to add a new name""" import NameEdit - NameEdit.NameEdit(self,None,self.name_edit_callback,self.window) + NameEdit.NameEditor(self,None,self.name_edit_callback,self.window) def on_add_url_clicked(self,obj): """Invokes the url editor to add a new name"""