]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing typo, thanks to Angelo Mottola
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 22 Sep 2008 13:19:14 +0000 (13:19 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 22 Sep 2008 13:19:14 +0000 (13:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/iconbndl.cpp

index a67762962e3a2908475b28de41476562f3d7ea9b..8b30e0a440b4f33d79299bd88fd910089099bb3b 100644 (file)
@@ -161,7 +161,7 @@ wxIcon wxIconBundle::GetIcon(const wxSize& size) const
             }
     }
 
-#if defined( __WXMAC__ ) && wxOSX_USE_CARRBON
+#if defined( __WXMAC__ ) && wxOSX_USE_CARBON
     return wxIcon(iconBest.GetHICON(), size);
 #else
     return iconBest;