* src/ReportBase/_ReportUtils.py: fix born_str typo (bug #266)

svn: r7080
This commit is contained in:
Brian Matherly 2006-07-26 04:08:38 +00:00
parent 552ae75018
commit 2a0623c3e2
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
2006-07-25 Brian Matherly <brian@gramps-project.org>
* src/Mime/Makefile.am: Add WinMime.py
* src/ReportBase/_ReportUtils.py: fix born_str typo (bug #266)
2006-07-25 Alex Roitman <shura@gramps-project.org>
* src/Merge/_MergePerson.py: Use new child_ref API.

View File

@ -1841,7 +1841,7 @@ def born_str(database,person,person_name=None,empty_date="",empty_place=""):
if bdate:
if bdate_mod:
if dplace:
if bplace:
text = born_modified_date_with_place[name_index][gender] % value_map
else:
text = born_modified_date_no_place[name_index][gender] % value_map