#4892 Improved names and added improved icons to linked views commands

This commit is contained in:
Jacob Støren
2019-10-28 12:38:20 +01:00
parent 6af4356f36
commit d5a39ab3aa
13 changed files with 18 additions and 10 deletions

View File

@@ -69,5 +69,5 @@ void RicShowLinkOptionsFeature::onActionTriggered( bool isChecked )
//--------------------------------------------------------------------------------------------------
void RicShowLinkOptionsFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setText( "Show Link Options" );
actionToSetup->setText( "Show Linked View Options" );
}