$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()
