[QGIS Commit] r14482 - in trunk/qgis/src: core ui

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Nov 1 12:21:59 EDT 2010


Author: jef
Date: 2010-11-01 09:21:59 -0700 (Mon, 01 Nov 2010)
New Revision: 14482

Modified:
   trunk/qgis/src/core/qgsvectorfilewriter.cpp
   trunk/qgis/src/ui/qgsrastercalcdialogbase.ui
Log:
fix #3176

Modified: trunk/qgis/src/core/qgsvectorfilewriter.cpp
===================================================================
--- trunk/qgis/src/core/qgsvectorfilewriter.cpp	2010-11-01 12:59:20 UTC (rev 14481)
+++ trunk/qgis/src/core/qgsvectorfilewriter.cpp	2010-11-01 16:21:59 UTC (rev 14482)
@@ -794,12 +794,12 @@
   }
   else if ( driverName.startsWith( "GML" ) )
   {
-    longName = "Geography Markup Language";
+    longName = "Geography Markup Language (GML)";
     glob = "*.gml";
   }
   else if ( driverName.startsWith( "GMT" ) )
   {
-    longName = "Generic Mapping Tools";
+    longName = "Generic Mapping Tools (GMT)";
     glob = "*.gmt";
   }
   else if ( driverName.startsWith( "GPX" ) )
@@ -819,7 +819,7 @@
   }
   else if ( driverName.startsWith( "KML" ) )
   {
-    longName = "Keyhole Markup Language";
+    longName = "Keyhole Markup Language (KML)";
     glob = "*.kml" ;
   }
   else if ( driverName.startsWith( "MapInfo File" ) )
@@ -839,7 +839,7 @@
   }
   else if ( driverName.startsWith( "SDTS" ) )
   {
-    longName = "Spatial Data Transfer Standard";
+    longName = "Spatial Data Transfer Standard (SDTS)";
     glob = "*catd.ddf";
   }
   else if ( driverName.startsWith( "SQLite" ) )

Modified: trunk/qgis/src/ui/qgsrastercalcdialogbase.ui
===================================================================
--- trunk/qgis/src/ui/qgsrastercalcdialogbase.ui	2010-11-01 12:59:20 UTC (rev 14481)
+++ trunk/qgis/src/ui/qgsrastercalcdialogbase.ui	2010-11-01 16:21:59 UTC (rev 14482)
@@ -11,7 +11,7 @@
    </rect>
   </property>
   <property name="windowTitle">
-   <string>Dialog</string>
+   <string>Raster calculator</string>
   </property>
   <layout class="QGridLayout" name="gridLayout_5">
    <item row="0" column="0" colspan="2">



More information about the QGIS-commit mailing list