From b095c61ce0ee25bf3d9b61e04606e4c6365cb4d9 Mon Sep 17 00:00:00 2001 From: gsherman Date: Sat, 11 Nov 2006 04:44:24 +0000 Subject: [PATCH] Updated the "Whats New" section in the Help|About dialog git-svn-id: http://svn.osgeo.org/qgis/trunk@6075 c8812cc2-4d05-0410-92ff-de0c093fc19c --- src/gui/qgisapp.cpp | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/src/gui/qgisapp.cpp b/src/gui/qgisapp.cpp index 25b4c79bf0a..2185a06faa3 100644 --- a/src/gui/qgisapp.cpp +++ b/src/gui/qgisapp.cpp @@ -1304,15 +1304,39 @@ QString watsNew = "" + tr("Version") + " "; watsNew += QGis::qgisVersion; watsNew += "

" + tr("New features") + "

"; watsNew += "";