From c52ac06aa6d287c8b6d00cfb4f2e4d742f60a338 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Thu, 24 Aug 2017 17:40:23 -0300 Subject: [PATCH] Arch: Changed order of Rebar tools to match the wiki --- src/Mod/Arch/InitGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Arch/InitGui.py b/src/Mod/Arch/InitGui.py index 12fd066fdf..d42972df96 100644 --- a/src/Mod/Arch/InitGui.py +++ b/src/Mod/Arch/InitGui.py @@ -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'