]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/paper.cpp
even more fixes to last-minute wxFileSystem mods
[wxWidgets.git] / src / common / paper.cpp
index d8775f2c624d143d0e67ef6f25fa43e90ab6cce2..58156a1bb496d1e44c7ab4344d62c4a1ee4921ac 100644 (file)
@@ -59,7 +59,7 @@ wxPrintPaperType::wxPrintPaperType()
 {
     m_paperId = wxPAPER_NONE;
     m_platformId = 0;
 {
     m_paperId = wxPAPER_NONE;
     m_platformId = 0;
-    m_paperName = "";
+    m_paperName = wxT("");
     m_width = 0;
     m_height = 0;
 }
     m_width = 0;
     m_height = 0;
 }