Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
attribute table: report number of matching rows in status bar
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11697 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 21, 2009
1 parent ad972f6 commit ac4dd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/attributetable/qgsattributetabledialog.cpp
Expand Up @@ -478,7 +478,7 @@ void QgsAttributeTableDialog::doSearch( QString searchString )
else
str = tr( "No matching features found." );

QMessageBox::information( this, tr( "Search results" ), str );
QgisApp::instance()->statusBar()->showMessage( str );
}

void QgsAttributeTableDialog::search()
Expand Down

0 comments on commit ac4dd70

Please sign in to comment.