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/trunk@56233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b85e7dcfac
commit
9f330429af
@ -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_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
|
||||
|
Loading…
Reference in New Issue
Block a user