Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Jun 14, 2012
1 parent f9ff8cc commit ff76f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsexpressionbuilderwidget.cpp
Expand Up @@ -90,7 +90,7 @@ QgsExpressionBuilderWidget::QgsExpressionBuilderWidget( QWidget *parent )
}

#if QT_VERSION >= 0x040700
txtSearchEdit->setPlaceHolderText( tr( "Search" ) );
txtSearchEdit->setPlaceholderText( tr( "Search" ) );
#endif
}

Expand Down

0 comments on commit ff76f65

Please sign in to comment.