diff --git a/src/Mod/Part/Gui/CommandSimple.cpp b/src/Mod/Part/Gui/CommandSimple.cpp index 31dea7cb21..7b2edf5dfc 100644 --- a/src/Mod/Part/Gui/CommandSimple.cpp +++ b/src/Mod/Part/Gui/CommandSimple.cpp @@ -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)