* src/docgen/RTFDoc.py: Typo.

* src/Utils.py (get_xpm_image): Add function.
* src/plugins/AncestorReport.py (get_xpm_image): Remove
function, import it from Utils.py instead.
* src/plugins/Ancestors.py (get_xpm_image): Remove function;
Bring up to the database interface.


svn: r3105
This commit is contained in:
Alex Roitman
2004-04-25 04:48:02 +00:00
parent 2273250137
commit b86de1f6be
5 changed files with 179 additions and 225 deletions

View File

@@ -431,4 +431,4 @@ try:
print_label=None
Plugins.register_text_doc(type, RTFDoc, 1, 0, 1, ".rtf", print_label)
except:
Plugins.register_text_doc('RTF document', RTFDoc, 1, 0, 1, ".rtf", print_label)
Plugins.register_text_doc('RTF document', RTFDoc, 1, 0, 1, ".rtf", None)