]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/layout/layout.h
Unregister the object too
[wxWidgets.git] / samples / layout / layout.h
index 9b91dbd74e933b3be79010ee9ac3532a82db306d..e2429e5cc6e1fe37d61a505e4bf56b3345b70355 100644 (file)
@@ -84,10 +84,10 @@ private:
 // controls and menu constants
 enum
 {
-    LAYOUT_QUIT = 100,
-    LAYOUT_ABOUT,
-    LAYOUT_TEST_SIZER,
-    LAYOUT_TEST_NB_SIZER,
-    LAYOUT_TEST_GB_SIZER
+    LAYOUT_QUIT = wxID_EXIT,
+    LAYOUT_ABOUT = wxID_ABOUT,
+    LAYOUT_TEST_SIZER = 101,
+    LAYOUT_TEST_NB_SIZER = 102,
+    LAYOUT_TEST_GB_SIZER = 103
 };