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 7321fa6b7e
commit 249d130051

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'