Skip to content

Commit c0f4dc7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgisapp.cpp

+1-1
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)