Skip to content

Commit

Permalink
fix fix, sorry
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11835 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Oct 24, 2009
1 parent 2872f0f commit 43523d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/qgsmeasuredialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ void QgsMeasureDialog::updateUi()
case QGis::Feet:
mTable->setHeaderLabels( QStringList( tr( "Segments (in feet)" ) ) );
break;
case Qgis::DegreesMinutesSeconds:
case Qgis::DegreesMinutesMinutes:
case QGis::DegreesMinutesSeconds:
case QGis::DegreesMinutesMinutes:
case QGis::Degrees:
mTable->setHeaderLabels( QStringList( tr( "Segments (in degrees)" ) ) );
break;
Expand Down

0 comments on commit 43523d8

Please sign in to comment.