Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 18, 2016
1 parent 4285d70 commit 683cab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsorderbydialog.cpp
Expand Up @@ -112,7 +112,7 @@ void QgsOrderByDialog::setRow( int row, const QgsFeatureRequest::OrderByClause&

QComboBox* ascComboBox = new QComboBox();
ascComboBox->addItem( tr( "Ascending" ) );
ascComboBox->addItem( tr( "Descencing" ) );
ascComboBox->addItem( tr( "Descending" ) );
ascComboBox->setCurrentIndex( orderByClause.ascending() ? 0 : 1 );

QComboBox* nullsFirstComboBox = new QComboBox();
Expand Down

0 comments on commit 683cab0

Please sign in to comment.