]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/eventfilter.h
Implement setFont on the iOS port of wxStaticText.
[wxWidgets.git] / interface / wx / eventfilter.h
index 4138f1fbb32a63c9af124cd80ee63217f27b2d4a..6488d2175ba6636c52129be96c395d209d1a894f 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxEventFilter class documentation
 // Author:      Vadim Zeitlin
 // Created:     2011-11-21
-// RCS-ID:      $Id$
 // Copyright:   (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -121,7 +120,7 @@ public:
 
         This method allows to filter all the events processed by the program,
         so you should try to return quickly from it to avoid slowing down the
-        program to the crawl.
+        program to a crawl.
 
         Although the return type of this method is @c int, this is only due to
         backwards compatibility concerns and the actual return value must be