]> git.saurik.com Git - wxWidgets.git/commitdiff
adding missing doc string for BACKSPACE
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 28 Aug 2011 07:11:44 +0000 (07:11 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 28 Aug 2011 07:11:44 +0000 (07:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/menuitem.h

index b0b0f991f04e81cbd0f582254f72a9df83df2801..6c1efd28d077cad1631da060b8ed76517d12fc91 100644 (file)
@@ -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