fixing typo, thanks to Angelo Mottola

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-09-22 13:19:14 +00:00
parent 18666b42ca
commit 451a00f7d7

View 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;