From 034d55ac4fae8727c52240e301ae7b1c23d741fb Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 26 Jun 2008 17:42:47 +0000 Subject: [PATCH] put 'PLT Scheme' in PostScript output instead of 'MrEd' svn: r10459 --- src/wxcommon/PSDC.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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