]> git.saurik.com Git - wxWidgets.git/commitdiff
fixes #14178
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 2 May 2012 18:44:23 +0000 (18:44 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 2 May 2012 18:44:23 +0000 (18:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/artprov/arttest.cpp

index 36f9553275de9adeced57a696259820fab6fedfc..29fda747de70d8ee062acd673807f4d5d3a6b876 100644 (file)
@@ -63,8 +63,8 @@ private:
 // IDs for the controls and the menu commands
 enum
 {
 // 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
 };
     ID_Browser,
     ID_PlugProvider
 };