* src/const.py.in: Add notes_formats list.

* src/RelLib.py: Support format for the notes.
* src/WriteXML.py: Support format for the notes.
* src/GrampsParser.py: Support format for the notes.


svn: r2492
This commit is contained in:
Alex Roitman
2003-12-10 03:49:53 +00:00
parent 2d71af3791
commit 4e66fd7b70
5 changed files with 67 additions and 32 deletions

View File

@@ -976,3 +976,8 @@ InverseNameTypesMap = {
}
logical_functions = ['or', 'and', 'xor', 'one']
notes_formats = [
_("Flowed"),
_("Preformatted"),
]