[QGIS Commit] r10215 - branches/Version-1_0/src/plugins/spit

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Feb 20 11:34:07 EST 2009


Author: jef
Date: 2009-02-20 11:34:07 -0500 (Fri, 20 Feb 2009)
New Revision: 10215

Modified:
   branches/Version-1_0/src/plugins/spit/qgsshapefile.cpp
Log:
apply r10214 to 1.0

Modified: branches/Version-1_0/src/plugins/spit/qgsshapefile.cpp
===================================================================
--- branches/Version-1_0/src/plugins/spit/qgsshapefile.cpp	2009-02-20 16:26:02 UTC (rev 10214)
+++ branches/Version-1_0/src/plugins/spit/qgsshapefile.cpp	2009-02-20 16:34:07 UTC (rev 10215)
@@ -64,7 +64,7 @@
     valid = false;
   setDefaultTable();
   // init the geometry types
-  geometries << "NULL" << "POINT" << "LINESTRING" << "POLYGON" << "MULTPOINT"
+  geometries << "NULL" << "POINT" << "LINESTRING" << "POLYGON" << "MULTIPOINT"
   << "MULTILINESTRING" << "MULTIPOLYGON" << "GEOMETRYCOLLECTION";
 
   codec = QTextCodec::codecForName( encoding.toLocal8Bit().data() );



More information about the QGIS-commit mailing list