fixes #14178
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -63,8 +63,8 @@ private:
|
|||||||
// IDs for the controls and the menu commands
|
// IDs for the controls and the menu commands
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
ID_Quit = wxID_HIGHEST,
|
ID_Quit = wxID_EXIT,
|
||||||
ID_Logs,
|
ID_Logs = wxID_HIGHEST+1,
|
||||||
ID_Browser,
|
ID_Browser,
|
||||||
ID_PlugProvider
|
ID_PlugProvider
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user