From: Václav Slavík Date: Fri, 15 May 2009 08:17:23 +0000 (+0000) Subject: set icons bundle instead of single icon for wxHtmlHelpFrame X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6c4a2734d8ae73ad135437431c11d528b0e543b1 set icons bundle instead of single icon for wxHtmlHelpFrame git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index 015489ae06..63f4c1ae47 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -113,7 +113,7 @@ bool wxHtmlHelpFrame::Create(wxWindow* parent, wxWindowID id, GetPosition(& (m_HtmlHelpWin->GetCfgData().x), & (m_HtmlHelpWin->GetCfgData()).y); - SetIcon(wxArtProvider::GetIcon(wxART_HELP, wxART_FRAME_ICON)); + SetIcons(wxArtProvider::GetIconBundle(wxART_HELP, wxART_FRAME_ICON)); // On the Mac, each modeless frame must have a menubar. // TODO: add more menu items, and perhaps add a style to show