No zero id
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
525bc4fc77
commit
658070d130
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user