Skip to content

Commit

Permalink
open external links from man
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12911 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 9, 2010
1 parent 29e02fc commit a32f9ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/grass/qgsgrassmodule.cpp
Expand Up @@ -242,6 +242,7 @@ QgsGrassModule::QgsGrassModule( QgsGrassTools *tools, QString moduleName, QgisIn
QFile manFile( manPath );
if ( manFile.exists() )
{
mManualTextBrowser->setOpenExternalLinks ( true );
mManualTextBrowser->setSource( QUrl::fromLocalFile( manPath ) );
}
else
Expand Down

0 comments on commit a32f9ed

Please sign in to comment.