]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/menu.tex
set WXWIN_COMPATIBILITY_2_2 to 1 by default
[wxWidgets.git] / docs / latex / wx / menu.tex
index 33946872fee8f9430838c52a48e7bc3fc31d09cb..fa1bf18c4908d99af1e77e1fdbc6b9449dcffaad 100644 (file)
@@ -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 2-element list ( item, submenu )}
+context it returns a 2-element list {\tt ( 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.