X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..09ff2ee1632c8c484134da2a31d0d5c4d0a4bef4:/src/univ/inphand.cpp

diff --git a/src/univ/inphand.cpp b/src/univ/inphand.cpp
index e9e7705ce8..7cd0e89d44 100644
--- a/src/univ/inphand.cpp
+++ b/src/univ/inphand.cpp
@@ -6,7 +6,7 @@
 // Created:     18.08.00
 // RCS-ID:      $Id$
 // Copyright:   (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ===========================================================================
@@ -44,19 +44,19 @@
 bool wxInputHandler::HandleMouseMove(wxInputConsumer * WXUNUSED(consumer),
                                      const wxMouseEvent& WXUNUSED(event))
 {
-    return FALSE;
+    return false;
 }
 
 bool wxInputHandler::HandleFocus(wxInputConsumer *WXUNUSED(consumer),
                                  const wxFocusEvent& WXUNUSED(event))
 {
-    return FALSE;
+    return false;
 }
 
 bool wxInputHandler::HandleActivation(wxInputConsumer *WXUNUSED(consumer),
                                       bool WXUNUSED(activated))
 {
-    return FALSE;
+    return false;
 }
 
 wxInputHandler::~wxInputHandler()