]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/statbox.cpp
synthesize NM_RCLICK ourselves now that def window proc doesn't do it as we don't...
[wxWidgets.git] / src / motif / statbox.cpp
index 5bdf05ea044c030b20a8b57269100130db3029ca..fe2c52163cdb7f6617add66aeb9cb30de84b23c6 100644 (file)
@@ -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()