#4892 Simplified Link View command. Allowed to link a view without a previous primary view.

This commit is contained in:
Jacob Støren
2019-10-28 15:39:01 +01:00
parent 5ee8c3b50e
commit 159d54477a
4 changed files with 131 additions and 114 deletions

View File

@@ -96,6 +96,6 @@ void RicSetMasterViewFeature::onActionTriggered( bool isChecked )
//--------------------------------------------------------------------------------------------------
void RicSetMasterViewFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setText( "Set As Primary View" );
actionToSetup->setText( "Set As Primary Linked View" );
actionToSetup->setIcon( QIcon( ":/MasterView16x16.png" ) );
}