don't start menu IDs at 0 to avoid an assert under Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7aa3b31d1a
commit
99bc131391
@ -55,7 +55,7 @@
|
||||
// ID for the menu commands
|
||||
enum
|
||||
{
|
||||
PANE_COLLAPSE,
|
||||
PANE_COLLAPSE = 100,
|
||||
PANE_EXPAND,
|
||||
PANE_SETLABEL,
|
||||
PANE_SHOWDLG,
|
||||
|
Loading…
Reference in New Issue
Block a user