Skip to content

Commit

Permalink
fix typo - ouch
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14625 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Nov 13, 2010
1 parent a38ec32 commit 51fb67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgssnappingdialog.cpp
Expand Up @@ -160,7 +160,7 @@ void QgsSnappingDialog::update()
cbxEnable->setChecked( enabledList[ idx ] == "enabled" );
cbxSnapTo->setCurrentIndex( snapToList[idx].toInt() );
leTolerance->setText( QString::number( toleranceList[idx].toDouble(), 'f' ) );
cbxUnits->setCurrentIndex( toleranceUnitList[i].toInt() );
cbxUnits->setCurrentIndex( toleranceUnitList[idx].toInt() );
}

if ( myDockFlag )
Expand Down

0 comments on commit 51fb67b

Please sign in to comment.