Gui: Add icon to Clarify Selection tool (#24844)

This commit is contained in:
Max Wilfinger
2025-11-25 11:35:28 +01:00
committed by GitHub
parent 59f672eb94
commit e70c516774

View File

@@ -4238,6 +4238,7 @@ StdCmdClarifySelection::StdCmdClarifySelection()
sWhatsThis = "Std_ClarifySelection";
sStatusTip = sToolTipText;
sAccel = "G, G";
sPixmap = "tree-pre-sel";
eType = NoTransaction | AlterSelection;
}