From 658070d13082910d0007cf3475733eaf2bc8b9ae Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 15 Mar 2005 11:56:58 +0000 Subject: [PATCH] No zero id git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/listctrl/listtest.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/listctrl/listtest.h b/samples/listctrl/listtest.h index 5cd5dabe86..23d3366c18 100644 --- a/samples/listctrl/listtest.h +++ b/samples/listctrl/listtest.h @@ -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,