Skip to content

Commit

Permalink
Fixed compile error caused by whats this changes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8071 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 29, 2008
1 parent 6dd00ff commit 69a0704
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/qgisapp.cpp
Expand Up @@ -1506,10 +1506,10 @@ void QgisApp::about()
abt->setURLs(urls);
QString whatsNew = "<html><body>" + tr("Version") + " ";
whatsNew += QGis::qgisVersion;
whatsNew += "<h3>" + tr("New features") + "</h3>";
+ tr("This release candidate includes over 40 bug fixes and enchancements "
whatsNew += "<h3>" + tr("New features") + "</h3>" +
tr("This release candidate includes over 40 bug fixes and enchancements "
"over the QGIS 0.9.1 release. In addition we have added "
"the following new features:")
"the following new features:");
whatsNew += "<ul><li>"
+ tr("Imrovements to digitising capabilities.")
+ "</li>"
Expand Down

0 comments on commit 69a0704

Please sign in to comment.