Sketcher: Rename External to Projection

This commit is contained in:
PaddleStroke
2024-11-12 10:33:23 +01:00
committed by WandererFan
parent 8c6b437314
commit 4a15ca643b
8 changed files with 173 additions and 125 deletions

View File

@@ -537,7 +537,7 @@ inline void SketcherAddWorkbenchTools<Gui::MenuItem>(Gui::MenuItem& consaccel)
{
SketcherAddWorkspaceFillets(consaccel);
SketcherAddWorkspaceCurveEdition(consaccel);
consaccel << "Sketcher_External"
consaccel << "Sketcher_Projection"
<< "Sketcher_Intersection"
<< "Sketcher_CarbonCopy"
<< "Separator"