From: Stefan Csomor Date: Sun, 28 Aug 2011 07:11:44 +0000 (+0000) Subject: adding missing doc string for BACKSPACE X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1aa1d260b558c1bf27f22fc317a4475d16789066 adding missing doc string for BACKSPACE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/menuitem.h b/interface/wx/menuitem.h index b0b0f991f0..6c1efd28d0 100644 --- a/interface/wx/menuitem.h +++ b/interface/wx/menuitem.h @@ -369,6 +369,7 @@ public: (from F1 to F12) or one of the special characters listed in the table below (again, case doesn't matter): - @c DEL or @c DELETE: Delete key + - @c BACK : Backspace key - @c INS or @c INSERT: Insert key - @c ENTER or @c RETURN: Enter key - @c PGUP: PageUp key