From: Julian Smart Date: Fri, 13 Jun 2008 11:56:42 +0000 (+0000) Subject: Skip base command line parsing, which fails when passing a book file X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f64f03b529bfcb220c5e6a371fcdbc570c5fd68f Skip base command line parsing, which fails when passing a book file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/html/helpview/helpview.cpp b/samples/html/helpview/helpview.cpp index 3cb2b9bc4d..ba4c62925d 100644 --- a/samples/html/helpview/helpview.cpp +++ b/samples/html/helpview/helpview.cpp @@ -53,9 +53,6 @@ IMPLEMENT_APP(MyApp) bool MyApp::OnInit() { - if ( !wxApp::OnInit() ) - return false; - #ifdef __WXMOTIF__ delete wxLog::SetActiveTarget(new wxLogStderr); // So dialog boxes aren't used #endif