X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7c2b5c51db7294e3cb82ae5f60bceb86eff39be..5268c5a32bbe68b834abeaa89c8cfb2099d50d2e:/src/os2/toolbar.cpp diff --git a/src/os2/toolbar.cpp b/src/os2/toolbar.cpp index fcdc62b7aa..24a0aa8aff 100644 --- a/src/os2/toolbar.cpp +++ b/src/os2/toolbar.cpp @@ -187,6 +187,7 @@ bool wxToolBar::Create( ,rPos ,rSize ,lStyle + , wxDefaultValidator ,rName )) return(FALSE); @@ -217,7 +218,7 @@ bool wxToolBar::Create( wxRGBToColour(m_backgroundColour, GetSysColor(COLOR_BTNFACE)); m_foregroundColour = *wxBLACK; - SetFont(wxSystemSettings::GetSystemFont(wxSYS_DEFAULT_GUI_FONT)); + SetFont(wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT)); // position it int x = pos.x; @@ -918,8 +919,7 @@ void wxToolBar::OnMouseEvent( } MRESULT wxToolBar::OS2WindowProc( - HWND hWnd -, WXUINT ulMsg + WXUINT ulMsg , MPARAM wParam , MPARAM lParam )