]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/menuitem.cpp
cleanups after SciTech commit :-(
[wxWidgets.git] / src / os2 / menuitem.cpp
index 6b4c37c65ae5c6ed02bb4fcdbee65442de8da1e7..42a3a893a57c5a1a685d787ccf38aa88a0750b8e 100644 (file)
@@ -130,7 +130,7 @@ wxMenuItem::wxMenuItem(
     //
     // 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));