From: Julian Smart Date: Mon, 9 Dec 2002 18:27:10 +0000 (+0000) Subject: Removed duplicate art handler X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9d683b445cd7419e523588fc64f768ca0cc8b10a?hp=2d6c58d653b8f61eae0cc439fa7b4511fd1cf477 Removed duplicate art handler git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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