From 9d683b445cd7419e523588fc64f768ca0cc8b10a Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 9 Dec 2002 18:27:10 +0000 Subject: [PATCH 1/1] Removed duplicate art handler git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/helpview/src/helpview.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/utils/helpview/src/helpview.cpp b/utils/helpview/src/helpview.cpp index 6f04ff68fb..4020230846 100644 --- a/utils/helpview/src/helpview.cpp +++ b/utils/helpview/src/helpview.cpp @@ -60,9 +60,7 @@ bool hvApp::OnInit() wxArtProvider::PushProvider(new AlternateArtProvider); - int istyle = wxHF_DEFAULT_STYLE; - - wxArtProvider::PushProvider(new AlternateArtProvider); + int istyle = wxHF_DEFAULT_STYLE; wxString service, windowName, book[10], titleFormat, argStr; int bookCount = 0; @@ -496,4 +494,4 @@ bool hvConnection::OnStartAdvise(const wxString& WXUNUSED(topic), } #endif - // hvUSE_IPC \ No newline at end of file + // hvUSE_IPC -- 2.45.2