X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5360828db9ece34c6c7dc81ec7b4a294e6cd5cd5..b9b3ccd9ea9bf892369a6fa2c8e28e0ceca18527:/src/common/cmndata.cpp diff --git a/src/common/cmndata.cpp b/src/common/cmndata.cpp index 0b621274e9..387b2c7f93 100644 --- a/src/common/cmndata.cpp +++ b/src/common/cmndata.cpp @@ -1164,7 +1164,7 @@ void wxPageSetupDialogData::CalculateIdFromPaperSize() { wxASSERT_MSG( (wxThePrintPaperDatabase != (wxPrintPaperDatabase*) NULL), _T("wxThePrintPaperDatabase should not be NULL. " - "Do not create global print dialog data objects.") ); + "Do not create global print dialog data objects.") ); wxSize sz = GetPaperSize(); @@ -1180,7 +1180,7 @@ void wxPageSetupDialogData::CalculatePaperSizeFromId() { wxASSERT_MSG( (wxThePrintPaperDatabase != (wxPrintPaperDatabase*) NULL), _T("wxThePrintPaperDatabase should not be NULL. " - "Do not create global print dialog data objects.") ); + "Do not create global print dialog data objects.") ); wxSize sz = wxThePrintPaperDatabase->GetSize(m_printData.GetPaperId());