]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/private/scrollview.h
Fix missing documentation for several GDI functions.
[wxWidgets.git] / include / wx / cocoa / private / scrollview.h
index a1f3de30ed1edce241dd8a4d90e87200c7da1683..da293574c7adf8ee7d98884dfd52a31dcc5be0b9 100644 (file)
@@ -48,7 +48,7 @@ protected:
     virtual void Cocoa_synthesizeMouseMoved(void) {}
     /*!
         Flag as to whether we're scrolling for a native view or a custom
-        wxWindow.  This controls the scrolling behavior.  When providing
+        wxWindow.  This controls the scrolling behaviour.  When providing
         scrolling for a native view we don't catch scroller action messages
         and thus don't send scroll events and we don't actually scroll the
         window when the application calls ScrollWindow.