]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/scrtimer.h
correcting a source for double event delivery
[wxWidgets.git] / include / wx / univ / scrtimer.h
index 195ddd43ad17bedb6589f1375da4f6522ed37ac4..9203e8b22715291bad35c85b709261b24eb2fe93 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     18.02.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // NB: this class is implemented in scrolbar.cpp
@@ -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?