X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d16ba4644a175411cf43ac5a5fab60e70d2260b8..327ac3ec2a475305d569d3f3ba1927a5a61d8926:/interface/wx/menu.h diff --git a/interface/wx/menu.h b/interface/wx/menu.h index 98f2eb56eb..e918e500ba 100644 --- a/interface/wx/menu.h +++ b/interface/wx/menu.h @@ -3,7 +3,7 @@ // Purpose: interface of wxMenuBar // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -73,7 +73,7 @@ public: @param menu The menu to add. Do not deallocate this menu after calling Append(). @param title - The title of the menu. + The title of the menu, must be non-empty. @return @true on success, @false if an error occurred. @@ -497,7 +497,7 @@ public: this string in the status line. @param kind May be @c wxITEM_SEPARATOR, @c wxITEM_NORMAL, @c wxITEM_CHECK or @c wxITEM_RADIO. - + Example: @code m_pFileMenu->Append(ID_NEW_FILE, "&New file\tCTRL+N", "Creates a new XYZ document");