]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mdi/mdi.cpp
Remove unused debian subdirectory.
[wxWidgets.git] / samples / mdi / mdi.cpp
index e68364cf01216c0a07ed7fa32ffb912aa0a3b1d8..bf4c9006e1be35a4c8eff10ecf1e16f5793748e9 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Julian Smart
 // Modified by: 2008-10-31 Vadim Zeitlin: big clean up
 // Created:     04/01/98
-// RCS-ID:      $Id$
 // Copyright:   (c) 1997 Julian Smart
 //              (c) 2008 Vadim Zeitlin
 // Licence:     wxWindows licence
@@ -340,7 +339,7 @@ MyCanvas::MyCanvas(wxWindow *parent, const wxPoint& pos, const wxSize& size)
                            wxNO_FULL_REPAINT_ON_RESIZE |
                            wxVSCROLL | wxHSCROLL)
 {
-    SetBackgroundColour(wxColour("WHITE"));
+    SetBackgroundColour(*wxWHITE);
     SetCursor(wxCursor(wxCURSOR_PENCIL));
 
     SetScrollbars(20, 20, 50, 50);