X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/077c263a4cb7476c97b7600838fdec17ae6cec4b..218e641ac2c38b4e81873d314ea3841b0314f5b8:/src/common/fontcmn.cpp diff --git a/src/common/fontcmn.cpp b/src/common/fontcmn.cpp index 52936bfbe1..aeeccfb9e3 100644 --- a/src/common/fontcmn.cpp +++ b/src/common/fontcmn.cpp @@ -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;