]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/cmndata.cpp
basic support for encodings for wxMSW::wxFont
[wxWidgets.git] / src / common / cmndata.cpp
index 0b621274e9ddccc7e7f8e364cea232e295fbda67..387b2c7f935602576e404155c9cfc91fd94b0339 100644 (file)
@@ -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());