Skip to content

Commit

Permalink
Corrected window title
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5147 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Apr 3, 2006
1 parent c7d4398 commit 00c1255
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgssearchquerybuilder.cpp
Expand Up @@ -31,6 +31,8 @@ QgsSearchQueryBuilder::QgsSearchQueryBuilder(QgsVectorLayer* layer,
{
setupUi(this);

setWindowTitle("Search query builder");

// disable unsupported operators
btnIn->setEnabled(false);
btnNotIn->setEnabled(false);
Expand Down

0 comments on commit 00c1255

Please sign in to comment.