Skip to content

Commit d89a190

Browse files
author
rblazek
committedFeb 9, 2010
open external links from man
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12911 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/plugins/grass/qgsgrassmodule.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ QgsGrassModule::QgsGrassModule( QgsGrassTools *tools, QString moduleName, QgisIn
242242
QFile manFile( manPath );
243243
if ( manFile.exists() )
244244
{
245+
mManualTextBrowser->setOpenExternalLinks ( true );
245246
mManualTextBrowser->setSource( QUrl::fromLocalFile( manPath ) );
246247
}
247248
else

0 commit comments

Comments
 (0)
Please sign in to comment.