]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/fontutil.cpp
implement Set/GetTitle() (last part of patch 1679337)
[wxWidgets.git] / src / unix / fontutil.cpp
index d9eab1961d637261a56273c791307f12a778b2ab..1a19014406575fc04a86e42b3f419fda4deac777 100644 (file)
@@ -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)