progress message passed to wxDC::StartDoc() is not appropriate for PostScript document title
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@55760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1590,7 +1590,6 @@ bool wxPostScriptDC::StartDoc( const wxString& message )
|
||||
m_title = message;
|
||||
|
||||
PsPrint( "%!PS-Adobe-2.0\n" );
|
||||
PsPrintf( wxT("%%%%Title: %s\n"), m_title.c_str() );
|
||||
PsPrint( "%%Creator: wxWidgets PostScript renderer\n" );
|
||||
PsPrintf( wxT("%%%%CreationDate: %s\n"), wxNow().c_str() );
|
||||
if (m_printData.GetOrientation() == wxLANDSCAPE)
|
||||
|
Reference in New Issue
Block a user