no real changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-12-09 01:29:11 +00:00
parent aac7e7fe7b
commit a92b0cfd2b

View File

@@ -25,7 +25,7 @@ public:
const wxSize& size,
long style)
: wxListCtrl(parent, id, pos, size, style),
m_attr(*wxCYAN, *wxLIGHT_GREY, wxNullFont)
m_attr(*wxBLUE, *wxLIGHT_GREY, wxNullFont)
{
}