diff --git a/src/wxcommon/PSDC.cxx b/src/wxcommon/PSDC.cxx index c8f33e1920..a0ecff7ebd 100644 --- a/src/wxcommon/PSDC.cxx +++ b/src/wxcommon/PSDC.cxx @@ -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