From 7f37eded21431a8464cf4b59a39667ded9e5fc09 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 26 Jan 2011 15:53:31 +0000 Subject: [PATCH] PNG is the native format on iOS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/icon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__) -- 2.45.2