Skip to content

Commit c3006fc

Browse files
author
rblazek
committed
added scheme to man page URL
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6277 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 42065bc commit c3006fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/grass/qgsgrassmodule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ QgsGrassModule::QgsGrassModule ( QgsGrassTools *tools, QgisApp *qgisApp, QgisIfa
293293
QString manPath = gisBase + "/docs/html/" + xName + ".html";
294294
QFile manFile ( manPath );
295295
if ( manFile.exists() ) {
296-
mManualTextBrowser->setSource ( manPath );
296+
mManualTextBrowser->setSource ( "file://" + manPath );
297297
}
298298

299299
connect ( &mProcess, SIGNAL(readyReadStandardOutput()), this, SLOT(readStdout()));

0 commit comments

Comments
 (0)