$OpenBSD: patch-src_app_qgsabout_cpp,v 1.4 2014/11/10 16:05:17 landry Exp $
--- src/app/qgsabout.cpp.orig	Fri Oct 31 15:17:19 2014
+++ src/app/qgsabout.cpp	Fri Nov  7 14:32:50 2014
@@ -220,7 +220,7 @@ void QgsAbout::setWhatsNew()
   QString myStyle = QgsApplication::reportStyleSheet();
   txtWhatsNew->clear();
   txtWhatsNew->document()->setDefaultStyleSheet( myStyle );
-  txtWhatsNew->setSource( "file:///" + QgsApplication::pkgDataPath() + "/doc/news.html" );
+  txtWhatsNew->setSource( "file:///" + QgsApplication::pkgDataPath() + "/../doc/qgis/news.html" );
 }
 
 void QgsAbout::setPluginInfo()
