put 'PLT Scheme' in PostScript output instead of 'MrEd'

svn: r10459
This commit is contained in:
Matthew Flatt 2008-06-26 17:42:47 +00:00
parent ff888bda2a
commit 034d55ac4f

View File

@ -1552,7 +1552,7 @@ Bool wxPostScriptDC::StartDoc (char *message)
if (title) {
pstream->Out("%%Title: "); pstream->Out(title); pstream->Out("\n");
}
pstream->Out("%%Creator: "); pstream->Out("MrEd"); pstream->Out("\n");
pstream->Out("%%Creator: "); pstream->Out("PLT Scheme"); pstream->Out("\n");
pstream->Out("%%CreationDate: "); pstream->Out(wxNow()); pstream->Out("\n");
// User Id information