]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/accel.h
forgot to fix one more place where it says accelerator tables can't be used with...
[wxWidgets.git] / 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}