]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/colour.cpp
Fixed child positioning on window resizing.
[wxWidgets.git] / src / motif / colour.cpp
index 789851b7cb22760f82de6fa883eb0d9fa4b30459..780a1a2e33216b2603ed6327d5de510b8d35d3fe 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWidgets licence
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 //// TODO: make wxColour a ref-counted object,
@@ -95,7 +95,7 @@ wxColour wxColour::CreateByName(const wxString& name)
         col.m_red = xcol.red & 0xff;
         col.m_green = xcol.green & 0xff;
         col.m_blue = xcol.blue & 0xff;
-        col.m_isInit = TRUE;
+        col.m_isInit = true;
         col.m_pixel = -1;
     }