]> git.saurik.com Git - wxWidgets.git/commitdiff
Unicode compilation fix.
authorOve Kaaven <ovek@arcticnet.no>
Thu, 29 Mar 2001 13:08:18 +0000 (13:08 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Thu, 29 Mar 2001 13:08:18 +0000 (13:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/font.cpp
src/gtk1/font.cpp

index 22c761e6fced1f71798a3145eb9abee1c00b7af8..1da01a2ed06703f39d210b8fafc7a90524da35fc 100644 (file)
@@ -170,7 +170,7 @@ wxString wxNativeFontInfo::ToString() const
 {
     wxString s;
     
-    s.Printf("%d;%s", 
+    s.Printf(_T("%d;%s"),
              0,                         // version
              xFontName.c_str());
              
index 22c761e6fced1f71798a3145eb9abee1c00b7af8..1da01a2ed06703f39d210b8fafc7a90524da35fc 100644 (file)
@@ -170,7 +170,7 @@ wxString wxNativeFontInfo::ToString() const
 {
     wxString s;
     
-    s.Printf("%d;%s", 
+    s.Printf(_T("%d;%s"),
              0,                         // version
              xFontName.c_str());