]> git.saurik.com Git - wxWidgets.git/commitdiff
missing backslash before underscore (patch 758143)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Jun 2003 23:01:11 +0000 (23:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Jun 2003 23:01:11 +0000 (23:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/menu.tex

index 219b7bcbba40225cb10f0ae7d38afea53f733577..ee6f817488529b6e8394859d90187beb877d25e2 100644 (file)
@@ -351,7 +351,7 @@ and it does not support the second parameter.}
 
 \membersection{wxMenu::FindItemByPosition}\label{wxmenufinditembyposition}
 
-\constfunc{wxMenuItem*}{FindItemByPosition}{\param{size_t }{position}}
+\constfunc{wxMenuItem*}{FindItemByPosition}{\param{size\_t }{position}}
 
 Returns the wxMenuItem given a position in the menu.