aboutsummaryrefslogtreecommitdiff
path: root/InitGui.py
diff options
context:
space:
mode:
Diffstat (limited to 'InitGui.py')
-rw-r--r--InitGui.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/InitGui.py b/InitGui.py
index b200dc8..fe85dd3 100644
--- a/InitGui.py
+++ b/InitGui.py
@@ -85,16 +85,16 @@ class BoxerWorkbench(Workbench):
def Initialize(self):
self.list = ["BoxerMakeBox", "BoxerRemoveBox", "BoxerShowPanel"]
self.appendToolbar("Boxer Commands", self.list)
- import BoxerGui
+ import BoxerGui # Loads the Boxer modules
def Activated(self):
- return
+ Gui.runCommand('BoxerShowPanel')
+ return
def Deactivated(self):
return
def ContextMenu(self, recipient):
- # "recipient" will be either "view" or "tree"
self.appendContextMenu("Boxer", self.list)
def GetClassName(self):