From: Vadim Zeitlin Date: Sat, 28 Jul 2007 00:21:11 +0000 (+0000) Subject: recognize hover bitmaps (patch 1758843) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/106e875e598c0ce6ba87fed4de9c4747cadc3755 recognize hover bitmaps (patch 1758843) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/wxrc/wxrc.cpp b/utils/wxrc/wxrc.cpp index 9d7bd03d14..40d9d81b00 100644 --- a/utils/wxrc/wxrc.cpp +++ b/utils/wxrc/wxrc.cpp @@ -447,6 +447,7 @@ static bool NodeContainsFilename(wxXmlNode *node) parent->GetAttribute(_T("class"), _T("")) == _T("wxBitmapButton") && (name == _T("focus") || name == _T("disabled") || + name == _T("hover") || name == _T("selected"))) return true;