#988 Copy, Paste, Erase icons, and turned on icons for some other commands as well.

This commit is contained in:
Jacob Støren
2016-11-18 11:44:12 +01:00
parent e3d718d008
commit 5b1e0dadee
15 changed files with 17 additions and 6 deletions

View File

@@ -106,6 +106,7 @@ void RicPasteGeoMechViewsFeature::onActionTriggered(bool isChecked)
void RicPasteGeoMechViewsFeature::setupActionLook(QAction* actionToSetup)
{
actionToSetup->setText("Paste (Geo Mech Views)");
actionToSetup->setIcon(QIcon(":/clipboard.png"));
}