use kind, not id, of a menu item to test whether it's a separator: this allows having...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Apr 2008 15:55:42 +0000 (15:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Apr 2008 15:55:42 +0000 (15:55 +0000)
commitfa7134b05abb0d8df4b800762aa9d040bfd689a4
tree11c2c7eaf34d16ac8a7dd1bf3ec4597d778e978e
parent9b8d8755362d24c51861a6903fb82929811f7b3e
use kind, not id, of a menu item to test whether it's a separator: this allows having separators with ids other than wxID_SEPARATOR in case it's useful to distinguish between them (patch 1929039)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/menu.h
include/wx/menuitem.h
interface/menuitem.h
src/common/framecmn.cpp
src/motif/menuitem.cpp
src/msw/menuitem.cpp