Skip to content

Commit

Permalink
added scheme to man page URL
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@6277 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Dec 18, 2006
1 parent e56677f commit 82fddfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrassmodule.cpp
Expand Up @@ -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()));
Expand Down

0 comments on commit 82fddfa

Please sign in to comment.