From: Stefan Csomor Date: Wed, 2 May 2012 18:44:23 +0000 (+0000) Subject: fixes #14178 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6e22db9e3e5e377d403edb6835127d6cb7b3ad0c?ds=sidebyside fixes #14178 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/artprov/arttest.cpp b/samples/artprov/arttest.cpp index 36f9553275..29fda747de 100644 --- a/samples/artprov/arttest.cpp +++ b/samples/artprov/arttest.cpp @@ -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 };