]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/font.cpp
Support for WXPM's native font info.
[wxWidgets.git] / src / motif / font.cpp
index d5b995aa3bacad6f3bebcf9e1393185d585a8077..acfc72ec82ab92ef420179d4c012fef925cb66e4 100644 (file)
@@ -222,7 +222,7 @@ bool wxFont::Create(const wxString& fontname, wxFontEncoding enc)
 {
     if( !fontname )
     {
-        *this = wxSystemSettings::GetSystemFont( wxSYS_DEFAULT_GUI_FONT);
+        *this = wxSystemSettings::GetFont( wxSYS_DEFAULT_GUI_FONT);
         return TRUE;
     }