* src/plugins/IndivComplete.py (write_note): Typo.
svn: r2600
This commit is contained in:
parent
cabc435008
commit
8882eb935a
@ -1,3 +1,6 @@
|
|||||||
|
2004-01-06 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
|
* src/plugins/IndivComplete.py (write_note): Typo.
|
||||||
|
|
||||||
2004-01-06 Alex Roitman <shura@alex.neuro.umn.edu>
|
2004-01-06 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
* doc/gramps-manual/ru/mainwin.xml: Update translation.
|
* doc/gramps-manual/ru/mainwin.xml: Update translation.
|
||||||
* doc/gramps-manual/ru/usage.xml: Update translation.
|
* doc/gramps-manual/ru/usage.xml: Update translation.
|
||||||
|
@ -172,7 +172,7 @@ class IndivComplete(Report.Report):
|
|||||||
|
|
||||||
self.d.start_row()
|
self.d.start_row()
|
||||||
self.d.start_cell('IDS-NormalCell',2)
|
self.d.start_cell('IDS-NormalCell',2)
|
||||||
format = person.getNoteFormat()
|
format = self.person.getNoteFormat()
|
||||||
self.doc.write_note(note,format,'IDS-Normal')
|
self.doc.write_note(note,format,'IDS-Normal')
|
||||||
self.d.end_cell()
|
self.d.end_cell()
|
||||||
self.d.end_row()
|
self.d.end_row()
|
||||||
|
Loading…
Reference in New Issue
Block a user