X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9357a69fb63604fa6db7232ba07f865227463bf1..5dc224630b21a1b95e0f59b611fbb81311d4709e:/src/generic/dcpsg.cpp?ds=sidebyside diff --git a/src/generic/dcpsg.cpp b/src/generic/dcpsg.cpp index c8e91af7ac..9c0b4eaab1 100644 --- a/src/generic/dcpsg.cpp +++ b/src/generic/dcpsg.cpp @@ -1806,7 +1806,7 @@ bool wxPostScriptDC::StartDoc( const wxString& message ) PsPrint( "%!PS-Adobe-2.0\n" ); PsPrintf( wxT("%%%%Title: %s\n"), m_title.c_str() ); - PsPrint( "%%Creator: wxWindows PostScript renderer\n" ); + PsPrint( "%%Creator: wxWidgets PostScript renderer\n" ); PsPrintf( wxT("%%%%CreationDate: %s\n"), wxNow().c_str() ); if (m_printData.GetOrientation() == wxLANDSCAPE) PsPrint( "%%Orientation: Landscape\n" );