X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d44b24ee63543390aa28e1eb4ff162da4264838..dafbe8c0af90db9f79931ef1bbec9ceab4c40503:/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,