From 1a25b970a2a8a9d2a1df1642689da2a1a4c0424a Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Fri, 14 Aug 2009 18:48:55 +0000 Subject: [PATCH] ENH: changed dictionary with states of the toolbar --- invesalius/gui/frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/gui/frame.py b/invesalius/gui/frame.py index 17506bb..fc2af80 100755 --- a/invesalius/gui/frame.py +++ b/invesalius/gui/frame.py @@ -379,7 +379,7 @@ class ObjectToolBar(wx.ToolBar): self.Realize() self.states = {1:"Zoom in image", 2:"Zoom out image", - 3:"Rotate image", 4:"Translate image", + 3:"Rotate image", 4:"Set Pan Mode", 5: "Bright and contrast adjustment"} def __bind_events(self): -- libgit2 0.21.2