Skip to content

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)
Please sign in to comment.