[QGIS Commit] r12911 - trunk/qgis/src/plugins/grass

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Feb 9 15:28:36 EST 2010


Author: rblazek
Date: 2010-02-09 15:28:36 -0500 (Tue, 09 Feb 2010)
New Revision: 12911

Modified:
   trunk/qgis/src/plugins/grass/qgsgrassmodule.cpp
Log:
open external links from man

Modified: trunk/qgis/src/plugins/grass/qgsgrassmodule.cpp
===================================================================
--- trunk/qgis/src/plugins/grass/qgsgrassmodule.cpp	2010-02-09 16:18:36 UTC (rev 12910)
+++ trunk/qgis/src/plugins/grass/qgsgrassmodule.cpp	2010-02-09 20:28:36 UTC (rev 12911)
@@ -242,6 +242,7 @@
   QFile manFile( manPath );
   if ( manFile.exists() )
   {
+    mManualTextBrowser->setOpenExternalLinks ( true );
     mManualTextBrowser->setSource( QUrl::fromLocalFile( manPath ) );
   }
   else



More information about the QGIS-commit mailing list