openbsd-ports/geo/qgis/patches/patch-src_app_qgsabout_cpp
landry 859557c29f Bugfix update to qgis 1.7.4.
See for the list of bugs fixed:
http://www.qgis.org/en/about-qgis/qgis-releases/139-qgis-1-7-4-releasehtml.html

(we cant update to 1.8.0 because our bison is too old, and newer bisons
dont cope well with our m4)
2012-11-01 07:25:36 +00:00

13 lines
613 B
Plaintext

$OpenBSD: patch-src_app_qgsabout_cpp,v 1.1 2012/11/01 07:25:36 landry Exp $
--- src/app/qgsabout.cpp.orig Wed Oct 31 15:17:46 2012
+++ src/app/qgsabout.cpp Wed Oct 31 15:18:25 2012
@@ -224,7 +224,7 @@ void QgsAbout::setWhatsNew( )
QString myStyle = QgsApplication::reportStyleSheet();
txtWhatsNew->clear();
txtWhatsNew->document()->setDefaultStyleSheet( myStyle );
- txtWhatsNew->setSource( "file:///" + QgsApplication::pkgDataPath() + "/doc/changelog.html" );
+ txtWhatsNew->setSource( "file:///" + QgsApplication::pkgDataPath() + "/../doc/qgis/changelog.html" );
}
void QgsAbout::setPluginInfo()