]> git.saurik.com Git - wxWidgets.git/commitdiff
fix syntax errors
authorRyan Norton <wxprojects@comcast.net>
Wed, 13 Oct 2004 17:24:35 +0000 (17:24 +0000)
committerRyan Norton <wxprojects@comcast.net>
Wed, 13 Oct 2004 17:24:35 +0000 (17:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/tlw.tex

index 994c4f245d646d77e50b62b6b7016d11e8efe9a9..e713dd2f3ec439da41f6017a496767634b08aec4 100644 (file)
@@ -191,7 +191,7 @@ only icon set by \helpref{SetIcon}{wxtoplevelwindowseticon}.
 
 \membersection{wxTopLevelWindow::SetLeftMenu}\label{wxtoplevelwindowsetleftmenu}
 
-\func{void}{SetLeftMenu}{\param{int}{ id = wxID_ANY}, \param{const wxString\&}{ label = wxEmptyString}, \param{wxMenu *}{ subMenu = NULL}}
+\func{void}{SetLeftMenu}{\param{int}{ id = wxID\_ANY}, \param{const wxString\&}{ label = wxEmptyString}, \param{wxMenu *}{ subMenu = NULL}}
 
 Sets action or menu activated by pressing left hardware button on the smart phones.
 Unavailable on full keyboard machines.
@@ -211,7 +211,7 @@ Unavailable on full keyboard machines.
 
 \membersection{wxTopLevelWindow::SetRightMenu}\label{wxtoplevelwindowsetrightmenu}
 
-\func{void}{SetRightMenu}{\param{int}{ id = wxID_ANY}, \param{const wxString\&}{ label = wxEmptyString}, \param{wxMenu *}{ subMenu = NULL}}
+\func{void}{SetRightMenu}{\param{int}{ id = wxID\_ANY}, \param{const wxString\&}{ label = wxEmptyString}, \param{wxMenu *}{ subMenu = NULL}}
 
 Sets action or menu activated by pressing right hardware button on the smart phones.
 Unavailable on full keyboard machines.