]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/statbox.cpp
This should make the GTK statictext control wrap
[wxWidgets.git] / src / motif / statbox.cpp
index fa6b80056a548d7d96a2240680e9abacfe877abe..fe2c52163cdb7f6617add66aeb9cb30de84b23c6 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
@@ -127,7 +127,7 @@ bool wxStaticBox::Create(wxWindow *parent, wxWindowID id,
     AttachWidget (parent, m_mainWidget, NULL, pos.x, pos.y, size.x, size.y);
     ChangeBackgroundColour();
 
-    return TRUE;
+    return true;
 }
 
 wxStaticBox::~wxStaticBox()