diff --git a/src/qgisapp.cpp b/src/qgisapp.cpp index 2ab25daf488..ab41b6e2f0b 100644 --- a/src/qgisapp.cpp +++ b/src/qgisapp.cpp @@ -1374,7 +1374,7 @@ void QgisApp::helpContents(){ // find the installed location of the help files // open index.html using browser helpViewer = new QgsHelpViewer(this,"helpviewer",false); - //helpViewer->showContent(appDir +"/share/doc","index.html"); + helpViewer->showContent(appDir +"/share/doc","index.html"); helpViewer->show(); } /** Get a pointer to the currently selected map layer */