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 d2b19d416c
commit 50c4ca4107
19 changed files with 288 additions and 129 deletions

View File

@ -249,4 +249,4 @@ def rgb_color(color):
b = float(color[2])/255.0
return (r,g,b)
Plugins.register_draw_doc(_("PostScript"),PSDrawDoc);
Plugins.register_draw_doc(_("PostScript"),PSDrawDoc,1,1,".ps");