]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/font.cpp
Changed code to get rid of a compiler warning about statement always being FALSE
[wxWidgets.git] / 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());