From: Václav Slavík Date: Thu, 20 Mar 2008 13:19:55 +0000 (+0000) Subject: forgot to fix one more place where it says accelerator tables can't be used with... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/aa47271c602426b96e5ab7d0fd8585ce7b313bbd forgot to fix one more place where it says accelerator tables can't be used with buttons in wxGTK git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/accel.h b/interface/accel.h index 39b08f4297..15232f981e 100644 --- a/interface/accel.h +++ b/interface/accel.h @@ -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}