]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/statbox.cpp
Don't call StartingKey if the key was F2
[wxWidgets.git] / src / motif / statbox.cpp
index 0c3d210a5e638aa101da81d47e77dfcb2649e75b..fe2c52163cdb7f6617add66aeb9cb30de84b23c6 100644 (file)
@@ -13,6 +13,9 @@
 #pragma implementation "statbox.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
@@ -124,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()