$OpenBSD: patch-src_app_qgsabout_cpp,v 1.7 2015/10/31 15:29:44 landry Exp $
--- src/app/qgsabout.cpp.orig	Fri Oct 23 14:10:38 2015
+++ src/app/qgsabout.cpp	Fri Oct 30 15:44:07 2015
@@ -237,7 +237,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()
