From cebbcdcf5e09ccae486c870f26ab51a41ddd7c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 11 Oct 2008 20:18:19 +0000 Subject: [PATCH] get help frame's icon using wxART_FRAME_ICON wxArtClient hint, not wxART_HELP_BROWSER git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@56234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/helpfrm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index 91e3edf860..6eb6066d9d 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -106,7 +106,7 @@ bool wxHtmlHelpFrame::Create(wxWindow* parent, wxWindowID id, GetPosition(& (m_HtmlHelpWin->GetCfgData().x), & (m_HtmlHelpWin->GetCfgData()).y); - SetIcon(wxArtProvider::GetIcon(wxART_HELP, wxART_HELP_BROWSER)); + SetIcon(wxArtProvider::GetIcon(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