* src/RelLib.py (NoteBase,PlaceBase): Add new classes.
* src/ReadGedcom.py: Use get_note for comments. * src/ReadXML.py: Use get_note for comments. * src/Sources.py: Use get_note for comments. * src/WriteGedcom.py: Use get_note for comments. * src/WriteXML.py: Use get_note for comments. * src/plugins/Ancestors.py: Use get_note for comments. * src/plugins/FtmStyleAncestors.py: Use get_note for comments. * src/plugins/FtmStyleDescendants.py: Use get_note for comments. * src/plugins/NavWebPage.py: Use get_note for comments. * src/plugins/ScratchPad.py: Use get_note for comments. * src/plugins/WebPage.py: Use get_note for comments. svn: r4246
This commit is contained in:
@@ -421,7 +421,7 @@ class ScratchPadWindow:
|
||||
_("Title"),escape(base.get_title()),
|
||||
_("Page"), escape(srcref.get_page()),
|
||||
_("Text"), escape(srcref.get_text()),
|
||||
_("Comment"), escape(srcref.get_comments()))
|
||||
_("Comment"), escape(srcref.get_note()))
|
||||
|
||||
return s
|
||||
|
||||
|
Reference in New Issue
Block a user