]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/control.cpp
removed src/gtk/eggtrayicon.h
[wxWidgets.git] / src / univ / control.cpp
index 8f8db857db4f15a8d74b925348eb0812df59d01d..2b31850db1a7dc1ccf25198839337b4e54a869ec 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     14.08.00
 // RCS-ID:      $Id$
 // Copyright:   (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -73,10 +73,10 @@ bool wxControl::Create(wxWindow *parent,
     if ( !wxControlBase::Create(parent, id, pos, size, style, validator, name) )
     {
         // underlying window creation failed?
-        return FALSE;
+        return false;
     }
 
-    return TRUE;
+    return true;
 }
 
 // ----------------------------------------------------------------------------