]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/statbox.cpp
Don't call StartingKey if the key was F2
[wxWidgets.git] / src / univ / statbox.cpp
index cae7591f1b9a85c1ce0588a413b89991ba149a4a..20316fc323fb0866e5f23f4a1d1b4b3024a86b72 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     25.08.00
 // RCS-ID:      $Id$
 // Copyright:   (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -56,11 +56,11 @@ bool wxStaticBox::Create(wxWindow *parent,
                          const wxString &name)
 {
     if ( !wxControl::Create(parent, id, pos, size, style, wxDefaultValidator, name) )
-        return FALSE;
+        return false;
 
     SetLabel(label);
 
-    return TRUE;
+    return true;
 }
 
 void wxStaticBox::DoDraw(wxControlRenderer *renderer)