turning on icons for osx-cocoa

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-02-08 18:24:07 +00:00
parent a334c52549
commit 1d61c55432
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
#include "wx/image.h"
#endif
#if wxOSX_USE_CARBON
#if wxOSX_USE_COCOA_OR_CARBON
// ----------------------------------------------------------------------------
// wxMacArtProvider
@@ -126,4 +126,4 @@ wxSize wxArtProvider::GetNativeSizeHint(const wxArtClient& client)
return wxDefaultSize;
}
#endif // wxOSX_USE_CARBON
#endif // wxOSX_USE_COCOA_CARBON