]> git.saurik.com Git - wxWidgets.git/commitdiff
Identifiers can't be zero
authorJulian Smart <julian@anthemion.co.uk>
Sun, 20 Feb 2005 15:35:13 +0000 (15:35 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 20 Feb 2005 15:35:13 +0000 (15:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/splitter/splitter.cpp

index 8d069c279de7769aaa6fe084bc1afa8cb0641268..f927de8ca0a3d563f60dec53d5a574daaa540232 100644 (file)
@@ -46,7 +46,7 @@
 // ID for the menu commands
 enum
 {
-    SPLIT_QUIT,
+    SPLIT_QUIT = 1,
     SPLIT_HORIZONTAL,
     SPLIT_VERTICAL,
     SPLIT_UNSPLIT,