X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..f797e53d03fd79733e78dda8dd8c4203009e1c31:/src/msw/menuitem.cpp diff --git a/src/msw/menuitem.cpp b/src/msw/menuitem.cpp index c87a217ce6..0686c08269 100644 --- a/src/msw/menuitem.cpp +++ b/src/msw/menuitem.cpp @@ -99,7 +99,7 @@ wxMenuItem::wxMenuItem(wxMenu *pParentMenu, #if wxUSE_OWNER_DRAWN // set default menu colors - #define SYS_COLOR(c) (wxSystemSettings::GetSystemColour(wxSYS_COLOUR_##c)) + #define SYS_COLOR(c) (wxSystemSettings::GetColour(wxSYS_COLOUR_##c)) SetTextColour(SYS_COLOR(MENUTEXT)); SetBackgroundColour(SYS_COLOR(MENU));