Rename Sketcher icons

Renamed Sketcher_AlterConstruction.svg to
Sketcher_ToggleConstruction.svg, and renamed the original
Sketcher_ToggleConstruction.svg to Sketcher_ToggleConstruction_old.svg
as per the directions of vocx in this forum post:
https://forum.freecadweb.org/viewtopic.php?f=21&t=42131&p=357725#p357725
This commit is contained in:
Joshua Call
2020-01-03 20:40:19 -07:00
committed by wwmayer
parent fcffd48dd4
commit c14949b127
6 changed files with 1413 additions and 278 deletions

View File

@@ -163,7 +163,7 @@ void ElementView::contextMenuEvent (QContextMenuEvent* event)
menu.addSeparator();
CONTEXT_ITEM("Sketcher_AlterConstruction","Toggle construction line","Sketcher_ToggleConstruction",doToggleConstruction,true)
CONTEXT_ITEM("Sketcher_ToggleConstruction","Toggle construction line","Sketcher_ToggleConstruction",doToggleConstruction,true)
menu.addSeparator();