Reports handle file extensions and check for existing file.

svn: r1462
This commit is contained in:
Don Allingham
2003-04-18 04:15:42 +00:00
parent d502310c3c
commit a67cd53b35
19 changed files with 288 additions and 129 deletions

View File

@@ -363,4 +363,4 @@ class RTFDoc(TextDoc.TextDoc):
else:
self.text = self.text + i
Plugins.register_text_doc(_("Rich Text Format (RTF)"),RTFDoc,1,1,1)
Plugins.register_text_doc(_("Rich Text Format (RTF)"),RTFDoc,1,1,1,".rtf")