]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/artprov/arttest.cpp
Rebake the rest of the files after TOOLKIT change in MSW bakefile.
[wxWidgets.git] / samples / artprov / arttest.cpp
index 36f9553275de9adeced57a696259820fab6fedfc..29fda747de70d8ee062acd673807f4d5d3a6b876 100644 (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
 };