Skip to content

Commit 4d591b2

Browse files
author
jef
committed
fix geometry descriptions list
git-svn-id: http://svn.osgeo.org/qgis/trunk@15690 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent a8252f4 commit 4d591b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const char* QGis::qgisVectorGeometryType[] =
4242
{
4343
"Point",
4444
"Line",
45-
"Polygon"
45+
"Polygon",
4646
"Unknown geometry",
4747
"No geometry",
4848
};

0 commit comments

Comments
 (0)