git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2012-05-02 18:44:23 +00:00
parent ae580de376
commit 6e22db9e3e

View File

@@ -63,8 +63,8 @@ private:
// IDs for the controls and the menu commands
enum
{
ID_Quit = wxID_HIGHEST,
ID_Logs,
ID_Quit = wxID_EXIT,
ID_Logs = wxID_HIGHEST+1,
ID_Browser,
ID_PlugProvider
};