]> git.saurik.com Git - wxWidgets.git/commitdiff
forgot to fix one more place where it says accelerator tables can't be used with...
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 20 Mar 2008 13:19:55 +0000 (13:19 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 20 Mar 2008 13:19:55 +0000 (13:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/accel.h

index 39b08f42977f4e860da17df3801b5805e9c453e6..15232f981e89705ad5198214ee245e508b99cd22 100644 (file)
@@ -118,7 +118,7 @@ public:
     An accelerator takes precedence over normal processing and can be a convenient
     way to program some event handling. For example, you can use an accelerator table
     to enable a dialog with a multi-line text control to accept CTRL-Enter as meaning
-    'OK' (but not in GTK+ at present).
+    'OK'.
 
     @library{wxcore}
     @category{misc}