diff options
Diffstat (limited to 'mail/mahogany/files/patch-src-gui-wxIconManager.cpp')
-rw-r--r-- | mail/mahogany/files/patch-src-gui-wxIconManager.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/mahogany/files/patch-src-gui-wxIconManager.cpp b/mail/mahogany/files/patch-src-gui-wxIconManager.cpp deleted file mode 100644 index ee466b02274b..000000000000 --- a/mail/mahogany/files/patch-src-gui-wxIconManager.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- src/gui/wxIconManager.cpp.orig Mon Jan 16 21:32:27 2006 -+++ src/gui/wxIconManager.cpp Sat Jan 27 16:25:26 2007 -@@ -669,7 +669,11 @@ - // now try to find it by name - icon = GetIcon(type); - -+#if wxCHECK_VERSION(2, 8, 0) -+ if ( icon.IsSameAs(m_unknownIcon) ) -+#else - if ( icon == m_unknownIcon ) -+#endif - { - // the generic icon for this class of things - String primType = type.BeforeLast(_T('/')); |