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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user