From 87ca80eb7fcc201f77295aa05c6f1f57e50045f5 Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 21 Oct 2011 15:29:50 +0000 Subject: [PATCH] + 0000450: new Icons for Part Work Bench, Ruled Surface, Shape Info, and Create Primitives git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5048 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d --- src/Mod/Part/Gui/Command.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Mod/Part/Gui/Command.cpp b/src/Mod/Part/Gui/Command.cpp index 4277a308e..37be52474 100644 --- a/src/Mod/Part/Gui/Command.cpp +++ b/src/Mod/Part/Gui/Command.cpp @@ -203,7 +203,7 @@ CmdPartPrimitives::CmdPartPrimitives() sToolTipText = QT_TR_NOOP("Creation of parametrized geometric primitives"); sWhatsThis = "Part_Primitives"; sStatusTip = sToolTipText; - //sPixmap = "Part_Box"; + sPixmap = "Part_CreatePrimitives"; } void CmdPartPrimitives::activated(int iMsg) @@ -940,6 +940,7 @@ CmdShapeInfo::CmdShapeInfo() sToolTipText = "Info about shape"; sWhatsThis = sToolTipText; sStatusTip = sToolTipText; + sPixmap = "Part_ShapeInfo"; } void CmdShapeInfo::activated(int iMsg) @@ -1032,6 +1033,7 @@ CmdPartRuledSurface::CmdPartRuledSurface() sToolTipText = QT_TR_NOOP("Create a ruled surface from two curves"); sWhatsThis = sToolTipText; sStatusTip = sToolTipText; + sPixmap = "Part_RuledSurface"; } void CmdPartRuledSurface::activated(int iMsg)