]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/toplevel.cpp
wxFileCtrl::Update was hiding wxWindow::Update
[wxWidgets.git] / src / os2 / toplevel.cpp
index abbd5c5c21ea2d034b6abd6db3e2d84daeca9ab9..238342a0521f12633a7887c15cfaed72fb729194 100644 (file)
@@ -351,7 +351,7 @@ bool wxTopLevelWindowOS2::CreateFrame(
     wxAssociateWinWithHandle(m_hWnd, this);
     wxAssociateWinWithHandle(m_hFrame, this);
 
-    m_backgroundColour.Set(wxString("DARK GREY"));
+    m_backgroundColour.Set(wxString("MEDIUM GREY"));
 
     LONG                            lColor = (LONG)m_backgroundColour.GetPixel();