]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/menucmn.cpp
Add a hack to allow an external jpeg library to still be used on
[wxWidgets.git] / 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;
     }