]> git.saurik.com Git - wxWidgets.git/commitdiff
It is not "Invalid" to have a menu item without an accelerator, so
authorRobin Dunn <robin@alldunn.com>
Fri, 8 Sep 2006 20:04:15 +0000 (20:04 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 8 Sep 2006 20:04:15 +0000 (20:04 +0000)
don't be noisy about it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/menucmn.cpp

index a5843bc275073f53a54792e85544f3d5b12056fe..49f3a00d9e08b8f9deef1edbf56b38949f59a60e 100644 (file)
@@ -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;
     }