Reports handle file extensions and check for existing file.
svn: r1462
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user