]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/scrtimer.h
SetFocus fixed
[wxWidgets.git] / include / wx / univ / scrtimer.h
index 82940c45aae10497403db6c1f034a0d44b05ae94..9203e8b22715291bad35c85b709261b24eb2fe93 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     18.02.01
 // RCS-ID:      $Id$
-// Copyright:   (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
+// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -32,7 +32,7 @@ public:
 
 protected:
     // to implement in derived classes: perform the scroll action and return
-    // TRUE to continue scrolling or FALSE to stop
+    // true to continue scrolling or false to stop
     virtual bool DoNotify() = 0;
 
     // should we skip the next timer event?