help viewer sets contents

git-svn-id: http://svn.osgeo.org/qgis/trunk@648 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-01-30 23:45:20 +00:00
parent 4cf974d6bc
commit 3ce8edb1f1

View File

@ -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 */