Skip to content

Commit 4a2ec90

Browse files
author
jef
committedOct 24, 2009
fix fix fix, ouch
git-svn-id: http://svn.osgeo.org/qgis/trunk@11836 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 43523d8 commit 4a2ec90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsmeasuredialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ void QgsMeasureDialog::updateUi()
209209
mTable->setHeaderLabels( QStringList( tr( "Segments (in feet)" ) ) );
210210
break;
211211
case QGis::DegreesMinutesSeconds:
212-
case QGis::DegreesMinutesMinutes:
212+
case QGis::DegreesDecimalMinutes:
213213
case QGis::Degrees:
214214
mTable->setHeaderLabels( QStringList( tr( "Segments (in degrees)" ) ) );
215215
break;

0 commit comments

Comments
 (0)
Please sign in to comment.