Skip to content

Commit 1387540

Browse files
author
borysiasty
committed
fix wrong status tip
git-svn-id: http://svn.osgeo.org/qgis/trunk@13637 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ed34dec commit 1387540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ void QgisApp::createActions()
10631063

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

0 commit comments

Comments
 (0)