]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/menucmn.cpp
more fixes to dllexport/import stuff for operator<<()s (still bug 1104372)
[wxWidgets.git] / src / common / menucmn.cpp
index 0f49207fd0c0e0f700e4575f89a38883addad53d..731b1542546b72d3d4ae55583c086b0624ebeee1 100644 (file)
@@ -206,6 +206,7 @@ wxAcceleratorEntry *wxGetAccelFromString(const wxString& label)
                     {
                         wxLogDebug(wxT("Unrecognized accel key '%s', accel string ignored."),
                                    current.c_str());
+                        return NULL;
                     }
                 }
             }