]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/frame.cpp
added wxBuildOptions and check that they are the same for the program and the library...
[wxWidgets.git] / src / os2 / frame.cpp
index bca65d8c35883106f91329073c6f1010c5b2fb47..a49e174364b813a60f40112cd6e8501c36a94f78 100644 (file)
@@ -1146,6 +1146,11 @@ bool wxFrame::HandleMenuSelect(
             vEvent.SetEventObject(this);
             GetEventHandler()->ProcessEvent(vEvent); // return value would be ignored by PM
         }
+        else
+        {
+            DoGiveHelp(wxEmptyString, FALSE);
+            return FALSE;
+        }
     }
     return TRUE;
 } // end of wxFrame::HandleMenuSelect