From: Stefan Csomor Date: Wed, 26 Jan 2011 15:53:31 +0000 (+0000) Subject: PNG is the native format on iOS X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7f37eded21431a8464cf4b59a39667ded9e5fc09 PNG is the native format on iOS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/icon.h b/include/wx/icon.h index 5dca8e8b13..f44f6fa002 100644 --- a/include/wx/icon.h +++ b/include/wx/icon.h @@ -52,7 +52,7 @@ #define wxICON_DEFAULT_TYPE wxBITMAP_TYPE_ICON_RESOURCE #include "wx/osx/icon.h" #else - #define wxICON_DEFAULT_TYPE wxBITMAP_TYPE_XPM + #define wxICON_DEFAULT_TYPE wxBITMAP_TYPE_PNG_RESOURCE #include "wx/generic/icon.h" #endif #elif defined(__WXCOCOA__)