]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fontcmn.cpp
Define wxLongLong_t for Intel compiler.
[wxWidgets.git] / src / common / fontcmn.cpp
index 52936bfbe16e094a8499ffeb7ff3a0befe2475b9..aeeccfb9e3aa289d3d97f52b216028b59ed0f093 100644 (file)
@@ -842,7 +842,7 @@ wxString wxNativeFontInfo::ToUserString() const
             // that the different words which compose this facename are
             // not different adjectives or other data but rather all parts
             // of the facename
-            desc << wxT(" '") << face << _("'");
+            desc << wxT(" '") << face << wxT("'");
         }
         else
             desc << wxT(' ') << face;