]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed LaTex error
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Dec 1999 16:22:32 +0000 (16:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Dec 1999 16:22:32 +0000 (16:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/menu.tex

index 7b3bf5b9695f813c401cb85aa2bb39a7c9d7da1c..2025b94c10941664112eebdddc4129fc943ffe70 100644 (file)
@@ -51,8 +51,7 @@ Constructs a wxMenu object.
 
 \docparam{title}{A title for the popup menu: the empty string denotes no title.}
 
-\docparam{style}{If set to \tt{wxMENU\_TEAROFF}, the menu will be detachable.}
-
+\docparam{style}{If set to {\tt wxMENU\_TEAROFF}, the menu will be detachable.}
 
 \func{}{wxMenu}{\param{long}{ style}}
 
@@ -60,7 +59,7 @@ Constructs a wxMenu object.
 
 \wxheading{Parameters}
 
-\docparam{style}{If set to \tt{wxMENU\_TEAROFF}, the menu will be detachable.}
+\docparam{style}{If set to {\tt wxMENU\_TEAROFF}, the menu will be detachable.}
 
 \membersection{wxMenu::\destruct{wxMenu}}
 
@@ -772,7 +771,7 @@ dynamically.
 
 \wxheading{See also}
 
-\helpref{wxMenuBar::Replace}[wxmenubarreplace}
+\helpref{wxMenuBar::Replace}{wxmenubarreplace}
 
 \membersection{wxMenuBar::Replace}\label{wxmenubarreplace}