Skip to content

Commit

Permalink
fix #1525
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@10258 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Mar 3, 2009
1 parent 18fa48f commit 6e676c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/grid_maker/graticulecreator.cpp
Expand Up @@ -31,8 +31,8 @@ GraticuleCreator::GraticuleCreator( QString theOutputFileName )
QgsField myField3( "LblOffsetX", QVariant::Int, "Int", 5, 0, "X Offset for label" );
QgsField myField4( "LblOffsetY", QVariant::Int, "int", 5, 0, "Y Offset for label" );
QgsField myField5( "Label", QVariant::String, "String", 10, 0, "Label text" );
QgsField myField6( "Row", QVariant::String, "String", 10, 0, "Row" );
QgsField myField7( "Column", QVariant::String, "String", 10, 0, "Col" );
QgsField myField6( "gRow", QVariant::String, "String", 10, 0, "Row" );
QgsField myField7( "gColumn", QVariant::String, "String", 10, 0, "Col" );
QgsField myField8( "RowCol", QVariant::String, "String", 10, 0, "Row and col" );
mFields.insert( 0, myField1 );
mFields.insert( 1, myField2 );
Expand Down

0 comments on commit 6e676c1

Please sign in to comment.