Skip to content

Commit

Permalink
fix wrong status tip
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@13637 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
borysiasty committed Jun 3, 2010
1 parent ed34dec commit 1387540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -1063,7 +1063,7 @@ void QgisApp::createActions()

mActionLayerSubsetString = new QAction( tr( "Query..." ), this );
shortcuts->registerAction( mActionLayerSubsetString );
mActionLayerProperties->setStatusTip( tr( "Set subset query of the current layer" ) );
mActionLayerSubsetString->setStatusTip( tr( "Set subset query of the current layer" ) );
connect( mActionLayerSubsetString, SIGNAL( triggered() ), this, SLOT( layerSubsetString() ) );
mActionLayerSubsetString->setEnabled( false );

Expand Down

0 comments on commit 1387540

Please sign in to comment.