We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0fa9f commit 7bc3bfdCopy full SHA for 7bc3bfd
src/app/qgsapplayertreeviewmenuprovider.cpp
@@ -76,7 +76,7 @@ QMenu* QgsAppLayerTreeViewMenuProvider::createContextMenu()
76
77
menu->addAction( actions->actionRenameGroupOrLayer( menu ) );
78
79
- menu->addAction( tr( "&Set Group WMS data" ), QgisApp::instance(), SLOT( legendGroupSetWMSData() ) );
+ menu->addAction( tr( "&Set Group WMS data" ), QgisApp::instance(), SLOT( legendGroupSetWmsData() ) );
80
81
menu->addAction( actions->actionMutuallyExclusiveGroup( menu ) );
82
0 commit comments