]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/mdi.cpp
fixed a few minor bugs: handle the directory parameter to Create() correctly, better...
[wxWidgets.git] / src / mac / mdi.cpp
index 6f7ff1e8051dbb8a180fff3402fb9f80d7a7b3eb..024c4fb6c724e0cf4e08223e8c548d08f960b4be 100644 (file)
@@ -300,7 +300,7 @@ bool wxMDIClientWindow::CreateClient(wxMDIParentFrame *parent, long style)
     {
        parent->AddChild(this);
     }
-    m_backgroundColour = wxSystemSettings::GetSystemColour(wxSYS_COLOUR_APPWORKSPACE);
+    m_backgroundColour = wxSystemSettings::GetColour(wxSYS_COLOUR_APPWORKSPACE);
 
     wxModelessWindows.Append(this);
     return TRUE;