]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/grid.cpp
Renamed DrawCheckButton due to conflict with existing and public api of wxUniversal...
[wxWidgets.git] / src / generic / grid.cpp
index 2756aae706dade59886dcc1ae71303aa141bbd7a..78ab72525061c3986e98a12f966c511784cf611d 100644 (file)
@@ -4330,10 +4330,10 @@ void wxGrid::Init()
     }
     else
     {
-        m_labelBackgroundColour = wxColour( wxT("WHITE") );
+        m_labelBackgroundColour = *wxWHITE;
     }
 
-    m_labelTextColour = wxColour( wxT("BLACK") );
+    m_labelTextColour = *wxBLACK;
 
     // init attr cache
     m_attrCache.row = -1;