Skip to content

Commit

Permalink
fix 'Set Group WMS data' layer action connection
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 31, 2017
1 parent db0fa9f commit 7bc3bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsapplayertreeviewmenuprovider.cpp
Expand Up @@ -76,7 +76,7 @@ QMenu* QgsAppLayerTreeViewMenuProvider::createContextMenu()

menu->addAction( actions->actionRenameGroupOrLayer( menu ) );

menu->addAction( tr( "&Set Group WMS data" ), QgisApp::instance(), SLOT( legendGroupSetWMSData() ) );
menu->addAction( tr( "&Set Group WMS data" ), QgisApp::instance(), SLOT( legendGroupSetWmsData() ) );

menu->addAction( actions->actionMutuallyExclusiveGroup( menu ) );

Expand Down

0 comments on commit 7bc3bfd

Please sign in to comment.