Compile fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user