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:
Vadim Zeitlin
2009-06-10 14:54:09 +00:00
parent 7aa3b31d1a
commit 99bc131391

View File

@@ -55,7 +55,7 @@
// ID for the menu commands // ID for the menu commands
enum enum
{ {
PANE_COLLAPSE, PANE_COLLAPSE = 100,
PANE_EXPAND, PANE_EXPAND,
PANE_SETLABEL, PANE_SETLABEL,
PANE_SHOWDLG, PANE_SHOWDLG,