From: David Webster Date: Fri, 11 Jan 2002 23:12:32 +0000 (+0000) Subject: Oops, left some personal stuff in here. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5e5390ddfe7f1b4b481f845661eb6a0c5976e24d Oops, left some personal stuff in here. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/statusbr.cpp b/src/generic/statusbr.cpp index 66d903f65b..3244ab7244 100644 --- a/src/generic/statusbr.cpp +++ b/src/generic/statusbr.cpp @@ -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