From 3ce8edb1f1a5d6024ca4a95b8e81b471ea2f7b94 Mon Sep 17 00:00:00 2001 From: gsherman Date: Fri, 30 Jan 2004 23:45:20 +0000 Subject: [PATCH] help viewer sets contents git-svn-id: http://svn.osgeo.org/qgis/trunk@648 c8812cc2-4d05-0410-92ff-de0c093fc19c --- src/qgisapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */