Use standard ids
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -174,7 +174,7 @@ END_EVENT_TABLE()
|
||||
enum
|
||||
{
|
||||
// menu items
|
||||
VScroll_Quit = 1,
|
||||
VScroll_Quit = wxID_EXIT,
|
||||
|
||||
// it is important for the id corresponding to the "About" command to have
|
||||
// this standard value as otherwise it won't be handled properly under Mac
|
||||
|
Reference in New Issue
Block a user