]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/font.cpp
unicode fixes, enabling notebook images again
[wxWidgets.git] / src / msw / font.cpp
index 45a5473ca99228a1cc59d7abe2d6a49e4c7043e1..02cd9c93da0984346f9e7d2529424cca7053f60d 100644 (file)
@@ -76,7 +76,7 @@ WX_BEGIN_PROPERTIES_TABLE(wxFont)
        WX_PROPERTY( Style, int , SetStyle, GetStyle, (int)wxNORMAL ) // wxFontStyle
        WX_PROPERTY( Weight, int , SetWeight, GetWeight, (int)wxNORMAL ) // wxFontWeight
        WX_PROPERTY( Underlined, bool , SetUnderlined, GetUnderlined, false )
-       WX_PROPERTY_SET_BY_REF( Face, wxString , SetFaceName, GetFaceName, )
+       WX_PROPERTY( Face, wxString , SetFaceName, GetFaceName, )
        WX_PROPERTY( Encoding, wxFontEncoding , SetEncoding, GetEncoding, wxFONTENCODING_DEFAULT )
 WX_END_PROPERTIES_TABLE()