X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d143b6689b9ce3f02398d1ee4129f6a21024183..48829702f157f628beeda931b55a1b023afed326:/samples/artprov/arttest.cpp?ds=sidebyside diff --git a/samples/artprov/arttest.cpp b/samples/artprov/arttest.cpp index ff541274c6..61affa05bc 100644 --- a/samples/artprov/arttest.cpp +++ b/samples/artprov/arttest.cpp @@ -4,7 +4,6 @@ // Author: Vaclav Slavik // Modified by: // Created: 2002/03/25 -// RCS-ID: $Id$ // Copyright: (c) Vaclav Slavik // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -20,7 +19,7 @@ #include "wx/wx.h" #endif -#if !defined(__WXMSW__) && !defined(__WXPM__) +#ifndef wxHAS_IMAGES_IN_RESOURCES #include "../sample.xpm" #endif @@ -63,8 +62,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 };