]> git.saurik.com Git - wxWidgets.git/commitdiff
no real changes
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Dec 2001 01:29:11 +0000 (01:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Dec 2001 01:29:11 +0000 (01:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/listctrl/listtest.h

index 6578e4df761836a4e705bf1377afe24ff57ec9c5..a79ca7c580ad9196937a38126ef7c95d24b4b525 100644 (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)
         {
         }