]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/svg/svgtest.cpp
Make it possible to use svn-find-native-eols script without svn checkout.
[wxWidgets.git] / samples / svg / svgtest.cpp
index bcd3339105e46434f9523c89913141a2c1bb0c2b..a70673a59471aac0e2522f6cc7a8b68b11c38aaa 100644 (file)
@@ -320,7 +320,7 @@ END_EVENT_TABLE()
 MyCanvas::MyCanvas(MyChild *parent, const wxPoint& pos, const wxSize& size)
     : wxScrolledWindow(parent, wxID_ANY, pos, size, wxSUNKEN_BORDER|wxVSCROLL|wxHSCROLL)
 {
-    SetBackgroundColour(wxColour(wxT("WHITE")));
+    SetBackgroundColour(*wxWHITE);
 
     m_child = parent;
     m_index = m_child->GetFrame()->GetCountOfChildren() % 9;