From 79683a132638d0c84624ad1e99c11d86bfedcc9f Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 30 Jul 2002 22:01:13 +0000 Subject: [PATCH] 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 --- 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 765dc8c452..34db326bf2 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -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; -- 2.45.2