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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user