]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/collpane/collpane.cpp
don't start menu IDs at 0 to avoid an assert under Mac
[wxWidgets.git] / samples / collpane / collpane.cpp
index 443ed90f72a9428b00ecc3ecb1c0cf68278b57b3..86ab0252ed36c08822a345efebd90a6d663657e8 100644 (file)
@@ -55,7 +55,7 @@
 // ID for the menu commands
 enum
 {
-    PANE_COLLAPSE,
+    PANE_COLLAPSE = 100,
     PANE_EXPAND,
     PANE_SETLABEL,
     PANE_SHOWDLG,