fixed icons displaying in wxHtmlHelpFrame

(somebody obviously didn't bother to check his changes...)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2002-07-30 22:01:13 +00:00
parent bf5c9d349f
commit 79683a1326

View File

@ -243,7 +243,7 @@ bool wxHtmlHelpFrame::Create(wxWindow* parent, wxWindowID id,
GetPosition(&m_Cfg.x, &m_Cfg.y);
SetIcon(wxArtProvider::GetIcon(wxART_FRAME_ICON, wxART_HELP_BROWSER));
SetIcon(wxArtProvider::GetIcon(wxART_HELP, wxART_HELP_BROWSER));
int notebook_page = 0;