Docs corrections from Tim Stahlhut

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-08-25 09:12:15 +00:00
parent 8f3864f737
commit 4d60a2d5d4
3 changed files with 4 additions and 4 deletions

View File

@@ -510,7 +510,7 @@ void wxSetDisplayName(const wxString& displayName);
By default, the functions strips both the mnemonics character (@c '&')
which is used to indicate a keyboard shortkey, and the accelerators, which
are used only in the menu items and are separated from the main text by the
@c \t (TAB) character. By using @a flags of @c wxStrip_Mnemonics or
@c \\t (TAB) character. By using @a flags of @c wxStrip_Mnemonics or
@c wxStrip_Accel to strip only the former or the latter part, respectively.
Notice that in most cases wxMenuItem::GetLabelFromText() or