From 0ed48c11ca1225c8ccb5558a714dedd667bdd896 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 2 Aug 2003 23:23:44 +0000 Subject: [PATCH] s/ID_SEPARATOR/wx&/ (fixes 782133) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/menuitem.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/latex/wx/menuitem.tex b/docs/latex/wx/menuitem.tex index 9e2e331f48..1484e46c9b 100644 --- a/docs/latex/wx/menuitem.tex +++ b/docs/latex/wx/menuitem.tex @@ -24,7 +24,7 @@ wxOwnerDrawn (Windows only)\\ \membersection{wxMenuItem::wxMenuItem}\label{wxmenuitemconstr} -\func{}{wxMenuItem}{\param{wxMenu*}{ parentMenu = NULL}, \param{int}{ id = ID\_SEPARATOR}, +\func{}{wxMenuItem}{\param{wxMenu*}{ parentMenu = NULL}, \param{int}{ id = wxID\_SEPARATOR}, \param{const wxString\& }{text = ""}, \param{const wxString\& }{helpString = ""}, \param{wxItemKind }{kind = wxITEM\_NORMAL}, \param{wxMenu*}{ subMenu = NULL}, } @@ -34,7 +34,7 @@ Constructs a wxMenuItem object. \docparam{parentMenu}{Menu that the menu item belongs to.} -\docparam{id}{Identifier for this menu item, or ID\_SEPARATOR to indicate a separator.} +\docparam{id}{Identifier for this menu item, or wxID\_SEPARATOR to indicate a separator.} \docparam{text}{Text for the menu item, as shown on the menu. An accelerator key can be specified using the ampersand '\&' character. In order to embed an