]> git.saurik.com Git - wxWidgets.git/commitdiff
PNG is the native format on iOS
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 26 Jan 2011 15:53:31 +0000 (15:53 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 26 Jan 2011 15:53:31 +0000 (15:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/icon.h

index 5dca8e8b131fea8a0cff4bb956c775f15a57db88..f44f6fa002d67bcb272b7d94ac77f6270cc7e9ae 100644 (file)
@@ -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__)