]> git.saurik.com Git - wxWidgets.git/commitdiff
No zero id
authorJulian Smart <julian@anthemion.co.uk>
Tue, 15 Mar 2005 11:56:58 +0000 (11:56 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 15 Mar 2005 11:56:58 +0000 (11:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/listctrl/listtest.h

index 5cd5dabe864adb4fa785ac8cbf0a2a1d1dd750d6..23d3366c188b111ee5cc7561bc92d6c5d63b1db4 100644 (file)
@@ -152,10 +152,10 @@ private:
 // IDs for the menu commands
 enum
 {
-    LIST_ABOUT,
-    LIST_QUIT,
+    LIST_ABOUT = wxID_ABOUT,
+    LIST_QUIT = wxID_EXIT,
 
-    LIST_LIST_VIEW,
+    LIST_LIST_VIEW = wxID_HIGHEST,
     LIST_ICON_VIEW,
     LIST_ICON_TEXT_VIEW,
     LIST_SMALL_ICON_VIEW,