]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dcpsg.cpp
GTK+ 2.0 can't compile egg tray code
[wxWidgets.git] / src / generic / dcpsg.cpp
index c8e91af7acf10710fcd44cf88832fc050880c08f..9c0b4eaab1654730ad93fe7b5ce03614c18ffb0a 100644 (file)
@@ -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" );