From: Vadim Zeitlin Date: Mon, 6 Dec 1999 16:22:32 +0000 (+0000) Subject: fixed LaTex error X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2182e26fa3290bcd4082f8650822528871e7bffb fixed LaTex error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/menu.tex b/docs/latex/wx/menu.tex index 7b3bf5b969..2025b94c10 100644 --- a/docs/latex/wx/menu.tex +++ b/docs/latex/wx/menu.tex @@ -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}