$OpenBSD: patch-src_app_qgsabout_cpp,v 1.8 2016/03/02 14:39:10 landry Exp $
--- src/app/qgsabout.cpp.orig	Fri Feb 26 13:23:48 2016
+++ src/app/qgsabout.cpp	Tue Mar  1 13:51:41 2016
@@ -232,7 +232,7 @@ void QgsAbout::setWhatsNew()
 {
   txtWhatsNew->clear();
   txtWhatsNew->document()->setDefaultStyleSheet( QgsApplication::reportStyleSheet() );
-  txtWhatsNew->setSource( "file:///" + QgsApplication::pkgDataPath() + "/doc/news.html" );
+  txtWhatsNew->setSource( "file:///" + QgsApplication::pkgDataPath() + "/../doc/qgis/news.html" );
 }
 
 void QgsAbout::setPluginInfo()
