X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d16ba4644a175411cf43ac5a5fab60e70d2260b8..7cfac8c83a1db4c17ebf2091c2de795ca01b542a:/interface/wx/menu.h?ds=sidebyside diff --git a/interface/wx/menu.h b/interface/wx/menu.h index 98f2eb56eb..56757d6a2d 100644 --- a/interface/wx/menu.h +++ b/interface/wx/menu.h @@ -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");