X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d44b24ee63543390aa28e1eb4ff162da4264838..ea736fec49caf6e9fbacf59c7fecd93d73b767ce:/src/os2/button.cpp diff --git a/src/os2/button.cpp b/src/os2/button.cpp index f77b45338a..b4ce9ac0d5 100644 --- a/src/os2/button.cpp +++ b/src/os2/button.cpp @@ -179,7 +179,7 @@ wxSize wxButton::GetDefaultSize() { wxScreenDC vDc; - vDc.SetFont(wxSystemSettings::GetSystemFont(wxSYS_DEFAULT_GUI_FONT)); + vDc.SetFont(wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT)); // // The size of a standard button in the dialog units is 50x14,