added scheme to man page URL

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6277 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
rblazek 2006-12-18 10:31:24 +00:00
parent 42065bca8a
commit c3006fc55c

View File

@ -293,7 +293,7 @@ QgsGrassModule::QgsGrassModule ( QgsGrassTools *tools, QgisApp *qgisApp, QgisIfa
QString manPath = gisBase + "/docs/html/" + xName + ".html";
QFile manFile ( manPath );
if ( manFile.exists() ) {
mManualTextBrowser->setSource ( manPath );
mManualTextBrowser->setSource ( "file://" + manPath );
}
connect ( &mProcess, SIGNAL(readyReadStandardOutput()), this, SLOT(readStdout()));