Part: Added icon to Simple Copy command

This commit is contained in:
Yorik van Havre
2018-04-17 11:39:07 -03:00
parent 514058a023
commit 9551e2bf7d

View File

@@ -174,6 +174,7 @@ CmdPartSimpleCopy::CmdPartSimpleCopy()
sToolTipText = QT_TR_NOOP("Create a simple non-parametric copy");
sWhatsThis = "Part_SimpleCopy";
sStatusTip = sToolTipText;
sPixmap = "Tree_Part.svg";
}
void CmdPartSimpleCopy::activated(int iMsg)