Minor manual fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-10-20 11:12:56 +00:00
parent 871cc651b7
commit a8d08dbd45
10 changed files with 15 additions and 15 deletions

View File

@@ -339,7 +339,7 @@ parent menu (if the item was found)}
\wxheading{Return value}
First form: menu item identifier, or wxNOT\_FOUND if none is found.
First form: menu item identifier, or {\tt wxNOT\_FOUND} if none is found.
Second form: returns the menu item object, or NULL if it is not found.
@@ -786,7 +786,7 @@ associated with a frame.
\constfunc{int}{FindMenu}{\param{const wxString\& }{title}}
Returns the index of the menu with the given {\it title} or wxNOT\_FOUND if no
Returns the index of the menu with the given {\it title} or {\tt wxNOT\_FOUND} if no
such menu exists in this menubar. The {\it title} parameter may specify either
the menu title (with accelerator characters, i.e. {\tt "\&File"}) or just the
menu label ({\tt "File"}) indifferently.
@@ -805,7 +805,7 @@ Finds the menu item id for a menu name/menu item string pair.
\wxheading{Return value}
The menu item identifier, or wxNOT\_FOUND if none was found.
The menu item identifier, or {\tt wxNOT\_FOUND} if none was found.
\wxheading{Remarks}