From 9551e2bf7df1ba94aff8d7d49da7c577db5d8bde Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Tue, 17 Apr 2018 11:39:07 -0300 Subject: [PATCH] Part: Added icon to Simple Copy command --- src/Mod/Part/Gui/CommandSimple.cpp | 1 + 1 file changed, 1 insertion(+) 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)