From: Vadim Zeitlin Date: Sun, 20 May 2012 20:29:15 +0000 (+0000) Subject: Fix menu sample compilation under wxOSX. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/816e7781b0fdeff92fd735c3302c219c5a49947d Fix menu sample compilation under wxOSX. Include copy.xpm under all platforms as all of them support (even though without necessarily implementing it) wxMenuItem::SetBitmap() now. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/menu/menu.cpp b/samples/menu/menu.cpp index 3c8f97df67..e3b11060a2 100644 --- a/samples/menu/menu.cpp +++ b/samples/menu/menu.cpp @@ -55,9 +55,7 @@ #define USE_LOG_WINDOW 0 #endif -#if wxUSE_OWNER_DRAWN || defined(__WXGTK__) #include "copy.xpm" -#endif #ifndef wxHAS_IMAGES_IN_RESOURCES #include "../sample.xpm"