]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/paper.cpp
Allow wxStaticText to have a custom fg without a custom bg
[wxWidgets.git] / src / common / paper.cpp
index dafaeb189af193865214e5afccc6999da2820378..bad72e6dc2a22f1751d64139be57399d5ceb6d5c 100644 (file)
@@ -59,7 +59,7 @@ wxPrintPaperType::wxPrintPaperType()
 {
     m_paperId = wxPAPER_NONE;
     m_platformId = 0;
-    m_paperName = wxT("");
+    m_paperName = wxEmptyString;
     m_width = 0;
     m_height = 0;
 }
@@ -283,7 +283,7 @@ wxSize wxPrintPaperDatabase::GetSize(wxPaperSize paperId)
     if (type)
         return type->GetSize();
     else
-        return wxSize(0, 0);
+        return wxSize(0,0);
 }
 
 // Get the paper size