svn: r3590
This commit is contained in:
Alex Roitman
2004-09-30 01:33:15 +00:00
parent 096f288376
commit 5fa1ab20c2
2 changed files with 2 additions and 2 deletions

View File

@@ -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"""