Navigation Menu

Skip to content

Commit

Permalink
Toggle All Items -> Toggle Items
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Dec 5, 2018
1 parent ff99f1b commit 515da0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsapplayertreeviewmenuprovider.cpp
Expand Up @@ -480,7 +480,7 @@ QMenu *QgsAppLayerTreeViewMenuProvider::createContextMenu()
symbolNode, &QgsSymbolLegendNode::checkAllItems );
menu->addAction( QgsApplication::getThemeIcon( QStringLiteral( "/mActionHideAllLayers.svg" ) ), tr( "&Hide All Items" ),
symbolNode, &QgsSymbolLegendNode::uncheckAllItems );
menu->addAction( QgsApplication::getThemeIcon( QStringLiteral( "/mActionToggleAllLayers.svg" ) ), tr( "&Toggle All Items" ),
menu->addAction( QgsApplication::getThemeIcon( QStringLiteral( "/mActionToggleAllLayers.svg" ) ), tr( "&Toggle Items" ),
symbolNode, &QgsSymbolLegendNode::toggleAllItems );
menu->addSeparator();
}
Expand Down

0 comments on commit 515da0d

Please sign in to comment.