X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3a58b249e576b73b01cd74deb1cf879aa6e1975..0024ec50861d01a82bca4b2a2a9ad6502d945aa0:/src/unix/fontutil.cpp diff --git a/src/unix/fontutil.cpp b/src/unix/fontutil.cpp index d9eab1961d..1a19014406 100644 --- a/src/unix/fontutil.cpp +++ b/src/unix/fontutil.cpp @@ -136,9 +136,7 @@ bool wxNativeFontInfo::GetUnderlined() const wxString wxNativeFontInfo::GetFaceName() const { - wxString tmp = wxGTK_CONV_BACK( pango_font_description_get_family( description ) ); - - return tmp; + return wxGTK_CONV_BACK_SYS(pango_font_description_get_family(description)); } wxFontFamily wxNativeFontInfo::GetFamily() const @@ -327,7 +325,7 @@ wxString wxNativeFontInfo::ToString() const { wxGtkString str(pango_font_description_to_string( description )); - return wxGTK_CONV_BACK(str); + return wxGTK_CONV_BACK_SYS(str); } bool wxNativeFontInfo::FromUserString(const wxString& s)