[QGIS Commit] r9830 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Dec 16 11:18:28 EST 2008


Author: jef
Date: 2008-12-16 11:18:28 -0500 (Tue, 16 Dec 2008)
New Revision: 9830

Modified:
   trunk/qgis/src/app/qgisapp.cpp
Log:
added a description of a new feature description (i18n relevant)

Modified: trunk/qgis/src/app/qgisapp.cpp
===================================================================
--- trunk/qgis/src/app/qgisapp.cpp	2008-12-16 15:50:10 UTC (rev 9829)
+++ trunk/qgis/src/app/qgisapp.cpp	2008-12-16 16:18:28 UTC (rev 9830)
@@ -1850,7 +1850,8 @@
                 + tr( "Ported all GDAL/OGR and GEOS usage to use C APIs only." )
                 + "</li>"
                 + "<li>"
-                    
+                + tr( "Vector editing overhaul - handling of geometry and attribute edit transactions is now handled transparently in one place." )
+                + "</li>"
 //+ "<li>"
 //+ tr("X")
 //+ "</li>"



More information about the QGIS-commit mailing list