Arch: Changed order of Rebar tools to match the wiki

This commit is contained in:
Yorik van Havre
2017-08-24 17:40:23 -03:00
parent e96189c110
commit c52ac06aa6

View File

@@ -54,7 +54,7 @@ class ArchWorkbench(Workbench):
else:
class RebarGroupCommand:
def GetCommands(self):
return tuple(["Arch_Rebar"]+RebarTools.RebarCommands)
return tuple(RebarTools.RebarCommands+["Arch_Rebar"])
def GetResources(self):
return { 'MenuText': 'Rebar tools',
'ToolTip': 'Rebar tools'