diff --git a/src/Gui/CommandView.cpp b/src/Gui/CommandView.cpp index 03ba52ed44..7e5f875d07 100644 --- a/src/Gui/CommandView.cpp +++ b/src/Gui/CommandView.cpp @@ -4238,6 +4238,7 @@ StdCmdClarifySelection::StdCmdClarifySelection() sWhatsThis = "Std_ClarifySelection"; sStatusTip = sToolTipText; sAccel = "G, G"; + sPixmap = "tree-pre-sel"; eType = NoTransaction | AlterSelection; }