]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/framecmn.cpp
replace use of 'long/int bitmapType' with 'wxBitmapType bitmapType' in richtext and...
[wxWidgets.git] / src / common / framecmn.cpp
index c1a25b5a8ee44efa7818e9e9224d5f78878e5e93..710742fd715ccd3d82a35593801574fcfa9025a8 100644 (file)
@@ -360,7 +360,7 @@ bool wxFrameBase::ShowMenuHelp(int menuId)
     if ( menuId != wxID_SEPARATOR && menuId != -3 /* wxID_TITLE */ )
     {
         const wxMenuItem * const item = FindItemInMenuBar(menuId);
-        if ( item )
+        if ( item && !item->IsSeparator() )
             helpString = item->GetHelp();
 
         // notice that it's ok if we don't find the item because it might