]> git.saurik.com Git - wxWidgets.git/commitdiff
get help frame's icon using wxART_FRAME_ICON wxArtClient hint, not wxART_HELP_BROWSER
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 11 Oct 2008 20:17:55 +0000 (20:17 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 11 Oct 2008 20:17:55 +0000 (20:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/helpfrm.cpp

index 9ce75d64353a27376dc61b087bca006345aea979..e8990b8d23821c2ec4f46de44270ab0ef70c69b2 100644 (file)
@@ -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