Skip to content

Commit

Permalink
Sorting dressup menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mlampert committed Oct 18, 2016
1 parent dd18523 commit ea5805e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Path/InitGui.py
Expand Up @@ -79,7 +79,7 @@ def Initialize(self):
twodopcmdlist = ["Path_Contour", "Path_Profile", "Path_Profile_Edges", "Path_Pocket", "Path_Drilling", "Path_Engrave"]
threedopcmdlist = ["Path_Surfacing"]
modcmdlist = ["Path_Copy", "Path_CompoundExtended", "Path_Array", "Path_SimpleCopy" ]
dressupcmdlist = ["DragKnife_Dressup", "Dogbone_Dressup"]
dressupcmdlist = ["Dogbone_Dressup", "DragKnife_Dressup"]
extracmdlist = ["Path_SelectLoop"]
#modcmdmore = ["Path_Hop",]
#remotecmdlist = ["Path_Remote"]
Expand Down

0 comments on commit ea5805e

Please sign in to comment.