From: Robin Dunn Date: Fri, 8 Sep 2006 20:04:15 +0000 (+0000) Subject: It is not "Invalid" to have a menu item without an accelerator, so X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/97b24459347bb94f70b9188a3a6178eeab9ed390 It is not "Invalid" to have a menu item without an accelerator, so don't be noisy about it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/menucmn.cpp b/src/common/menucmn.cpp index a5843bc275..49f3a00d9e 100644 --- a/src/common/menucmn.cpp +++ b/src/common/menucmn.cpp @@ -184,7 +184,6 @@ wxAcceleratorEntry::ParseAccel(const wxString& text, int *flagsOut, int *keyOut) int posTab = label.Find(wxT('\t')); if ( posTab == wxNOT_FOUND ) { - wxLogDebug(wxT("Invalid menu label: no accelerators")); return false; }