Oops, left some personal stuff in here.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster 2002-01-11 23:12:32 +00:00
parent 81039e0de1
commit 5e5390ddfe

View File

@ -391,9 +391,9 @@ void wxStatusBarGeneric::InitColours()
wxColour vColour;
vColour.Set(DawStr_CString("LIGHT GREY"));
vColour.Set(wxString("LIGHT GREY"));
SetBackgroundColour(vColour);
vColour.Set(DawStr_CString("BLACK"));
vColour.Set(wxString("BLACK"));
SetForegroundColour(vColour);
m_defaultStatusBarFont = *wxSMALL_FONT;
#else