put 'PLT Scheme' in PostScript output instead of 'MrEd'
svn: r10459
This commit is contained in:
parent
ff888bda2a
commit
034d55ac4f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user