[QGIS Commit] r15569 - in trunk/qgis: . src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Mar 22 19:44:30 EDT 2011


Author: borysiasty
Date: 2011-03-22 16:44:29 -0700 (Tue, 22 Mar 2011)
New Revision: 15569

Modified:
   trunk/qgis/CMakeLists.txt
   trunk/qgis/src/app/qgisapp.cpp
Log:
fix the release name

Modified: trunk/qgis/CMakeLists.txt
===================================================================
--- trunk/qgis/CMakeLists.txt	2011-03-22 23:29:15 UTC (rev 15568)
+++ trunk/qgis/CMakeLists.txt	2011-03-22 23:44:29 UTC (rev 15569)
@@ -2,7 +2,7 @@
 SET(CPACK_PACKAGE_VERSION_MINOR "7")
 SET(CPACK_PACKAGE_VERSION_PATCH "0")
 SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
-SET(RELEASE_NAME "Wroclaw")
+SET(RELEASE_NAME "Wrocław")
 SET(PROJECT_VERSION ${COMPLETE_VERSION})
 PROJECT(qgis${PROJECT_VERSION})
 IF (APPLE)

Modified: trunk/qgis/src/app/qgisapp.cpp
===================================================================
--- trunk/qgis/src/app/qgisapp.cpp	2011-03-22 23:29:15 UTC (rev 15568)
+++ trunk/qgis/src/app/qgisapp.cpp	2011-03-22 23:44:29 UTC (rev 15569)
@@ -1942,9 +1942,9 @@
     abt->setVersion( versionString );
     QString whatsNew = "<html><body>" ;
     whatsNew += "<h3>" + tr( "Version" ) + " " + QString( QGis::QGIS_VERSION ) +  "</h3>";
-    whatsNew +=  "<h2>" + trUtf8( "What's new in Version 1.7.0 'Wroclaw'?" ) + "</h2>";
+    whatsNew +=  "<h2>" + trUtf8( "What's new in Version 1.7.0 'Wrocław'?" ) + "</h2>";
     whatsNew +=  "<p>";
-    whatsNew +=  tr( "This release is named after the town of Wroclaw in Poland. The Department of Climatology and Atmosphere Protection, University of Wroclaw kindly hosted our last developer meeting in November 2010. Please note that this is a release in our 'cutting edge' release series. As such it contains new features and extends the programmatic interface over QGIS 1.0.x and QGIS 1.6.0. As with any software, there may be bugs and issues that we were not able to fix in time for the release. We therefore recommend that you test this version before rolling it out en-masse to your users." );
+    whatsNew +=  tr( "This release is named after the town of Wrocław in Poland. The Department of Climatology and Atmosphere Protection, University of Wrocław kindly hosted our last developer meeting in November 2010. Please note that this is a release in our 'cutting edge' release series. As such it contains new features and extends the programmatic interface over QGIS 1.0.x and QGIS 1.6.0. As with any software, there may be bugs and issues that we were not able to fix in time for the release. We therefore recommend that you test this version before rolling it out en-masse to your users." );
     whatsNew +=  "</p>";
     whatsNew +=  "<p>";
     whatsNew +=  tr( "This release includes over 277 bug fixes and many new features and enhancements. Once again it is impossible to document everything here that has changed so we will just provide a bullet list of key new features here." );



More information about the QGIS-commit mailing list