]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/shaped/shaped.cpp
Change version to 3.0.0.
[wxWidgets.git] / samples / shaped / shaped.cpp
index e1e3afc17abff8bfe6f3d382a9ec742721545de9..cc357408ed10a2148182831fcc3890cdcf810350 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Robin Dunn
 // Modified by:
 // Created:     28-Mar-2003
-// RCS-ID:      $Id$
 // Copyright:   (c) Robin Dunn
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -490,7 +489,7 @@ SeeThroughFrame::SeeThroughFrame()
                   wxSTAY_ON_TOP),
          m_currentState(STATE_SEETHROUGH)
 {
-    SetBackgroundColour(wxColour(255, 255, 255, 255));
+    SetBackgroundColour(*wxWHITE);
     SetBackgroundStyle(wxBG_STYLE_TRANSPARENT);
 }