Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@19044 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2009-06-16 16:41:18 +00:00
parent e102250416
commit a3f48bc166

View File

@ -225,7 +225,7 @@ wxDC* TwxPrintOut::CreateDC(const TPRINT_RCD* prcd, const char* title)
wxWindow* pStatic = pAbort->FindWindow(wxID_STATIC); wxWindow* pStatic = pAbort->FindWindow(wxID_STATIC);
if (pStatic != NULL) if (pStatic != NULL)
{ {
wxString strPrompt wxString strPrompt;
if (IsPDF()) if (IsPDF())
{ {
const wxFileName fn(title); const wxFileName fn(title);