X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ddef74db48a9cd7812e2eb97547ddf5aa58642c..be90c029fd255fba3eb7379aabef5780df210ad8:/docs/latex/wx/menu.tex diff --git a/docs/latex/wx/menu.tex b/docs/latex/wx/menu.tex index cbcd3148ad..47c25c0dd6 100644 --- a/docs/latex/wx/menu.tex +++ b/docs/latex/wx/menu.tex @@ -236,7 +236,7 @@ optionally, the (sub)menu it belongs to. \perlnote{In wxPerl this method takes just the {\tt id} parameter; in scalar context it returns the associated {\tt Wx::MenuItem}, in list -context it returns a two element list ( item, submenu )} +context it returns a 2-element list ( item, submenu )} \wxheading{Parameters} @@ -777,7 +777,7 @@ Redraw the menu bar \func{wxMenu *}{Remove}{\param{size\_t }{pos}} Removes the menu from the menu bar and returns the menu object - the caller is -reposnbile for deleting it. This function may be used together with +responsible for deleting it. This function may be used together with \helpref{wxMenuBar::Insert}{wxmenubarinsert} to change the menubar dynamically.