Commit 1a25b970a2a8a9d2a1df1642689da2a1a4c0424a
1 parent
0ef19097
Exists in
master
and in
6 other branches
ENH: changed dictionary with states of the toolbar
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/gui/frame.py
... | ... | @@ -379,7 +379,7 @@ class ObjectToolBar(wx.ToolBar): |
379 | 379 | self.Realize() |
380 | 380 | |
381 | 381 | self.states = {1:"Zoom in image", 2:"Zoom out image", |
382 | - 3:"Rotate image", 4:"Translate image", | |
382 | + 3:"Rotate image", 4:"Set Pan Mode", | |
383 | 383 | 5: "Bright and contrast adjustment"} |
384 | 384 | |
385 | 385 | def __bind_events(self): | ... | ... |