Update
svn: r3590
This commit is contained in:
parent
096f288376
commit
5fa1ab20c2
@ -11,7 +11,7 @@
|
|||||||
* src/data/tips.xml: Add huge collection of tips.
|
* src/data/tips.xml: Add huge collection of tips.
|
||||||
|
|
||||||
2004-09-28 Alex Roitman <shura@alex.neuro.umn.edu>
|
2004-09-28 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
* src/NameEdit.py: Typo.
|
* src/EditPerson.py: Typo.
|
||||||
|
|
||||||
2004-09-28 Don Allingham <dallingham@users.sourceforge.net>
|
2004-09-28 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
* src/RelLib.py: Enhanced Name, adding patronymic name
|
* src/RelLib.py: Enhanced Name, adding patronymic name
|
||||||
|
@ -940,7 +940,7 @@ class EditPerson:
|
|||||||
def on_add_aka_clicked(self,obj):
|
def on_add_aka_clicked(self,obj):
|
||||||
"""Invokes the name editor to add a new name"""
|
"""Invokes the name editor to add a new name"""
|
||||||
import NameEdit
|
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):
|
def on_add_url_clicked(self,obj):
|
||||||
"""Invokes the url editor to add a new name"""
|
"""Invokes the url editor to add a new name"""
|
||||||
|
Loading…
Reference in New Issue
Block a user