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:
@@ -46,9 +46,9 @@ class MyFrame: public wxFrame
|
||||
};
|
||||
|
||||
// ID for the menu commands
|
||||
#define DYNAMIC_QUIT 1
|
||||
#define DYNAMIC_QUIT wxID_EXIT
|
||||
#define DYNAMIC_TEXT 101
|
||||
#define DYNAMIC_ABOUT 102
|
||||
#define DYNAMIC_ABOUT wxID_ABOUT
|
||||
|
||||
// Create a new application object
|
||||
IMPLEMENT_APP (MyApp)
|
||||
|
Reference in New Issue
Block a user