mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
42065bca8a
commit
c3006fc55c
@ -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()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user