* configure.in: Set version to 0.9.4 (since the release is 0.CVS...).

Otherwise it becomes older-version that the latest release.
* src/EditPerson.py: Change const.save_fevent() calls to
const.save_event().
* src/EventEdit.py: Display event name with const.display_event()
(was backwards).
* src/GrampsParser.py: Call const.save_event() and const.attr()
when parsing XML. This should take care of prior data with standard
events and attributes recorded in $LANG.
* src/FamilyView.py (nameof): Translate parent's relation to a child.


svn: r1986
This commit is contained in:
Alex Roitman
2003-08-11 00:59:16 +00:00
parent 72efb337f4
commit cc79597b34
5 changed files with 24 additions and 11 deletions

View File

@ -130,7 +130,7 @@ class EventEditor:
AutoComp.AutoEntry(self.place_field,self.pmap.keys())
if event != None:
self.name_field.set_text(self.trans(event.getName()))
self.name_field.set_text(const.display_event(event.getName()))
if (def_placename):
self.place_field.set_text(def_placename)
else: