X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/961c54c3333b9f231c0cac618c53d86cc15d993c..42f30fa288e18beb7dedc5648c009d476c43e9e1:/src/generic/tipwin.cpp diff --git a/src/generic/tipwin.cpp b/src/generic/tipwin.cpp index f90be60652..01c0e5151e 100644 --- a/src/generic/tipwin.cpp +++ b/src/generic/tipwin.cpp @@ -122,7 +122,7 @@ wxTipWindow::wxTipWindow(wxWindow *parent, SetForegroundColour(*wxBLACK); #ifdef __WXMSW__ - wxColour bkCol(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_INFOBK)); + wxColour bkCol(wxSystemSettings::GetColour(wxSYS_COLOUR_INFOBK)); #else wxColour bkCol(wxColour(255, 255, 225)); #endif @@ -197,7 +197,7 @@ wxTipWindowView::wxTipWindowView(wxWindow *parent) // set colours SetForegroundColour(*wxBLACK); #ifdef __WXMSW__ - wxColour bkCol(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_INFOBK)); + wxColour bkCol(wxSystemSettings::GetColour(wxSYS_COLOUR_INFOBK)); #else wxColour bkCol(wxColour(255, 255, 225)); #endif