Compile fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-04-24 19:17:26 +00:00
parent 7760051f27
commit daa85e93c4

View File

@@ -367,8 +367,8 @@ void wxStatusBarGeneric::InitColours()
vColour.Set(wxString(_T("BLACK")));
SetForegroundColour(vColour);
#else
m_mediumShadowPen = wxPen("GREY", 1, wxSOLID);
m_hilightPen = wxPen("WHITE", 1, wxSOLID);
m_mediumShadowPen = wxPen(_T("GREY"), 1, wxSOLID);
m_hilightPen = wxPen(_T("WHITE"), 1, wxSOLID);
#endif
}