undoing previous commit

This commit is contained in:
Jouk
2018-09-05 14:44:53 +02:00
parent bd9c89f96d
commit 236c79f809

View File

@@ -831,7 +831,7 @@ void wxNativeFontInfo::SetStyle(wxFontStyle style)
SetXFontComponent(wxXLFD_SLANT, s);
}
void wxNativeFontInfo::SetNumericWeight(int weight)
void wxNativeFontInfo::SetWeight(wxFontWeight weight)
{
wxString s;
switch ( weight )