chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58992f0
)
Added shortcut key for expert settings menu. See #619
author
daid
<daid303@gmail.com>
Fri, 22 Nov 2013 12:19:22 +0000
(13:19 +0100)
committer
daid
<daid303@gmail.com>
Fri, 22 Nov 2013 12:19:22 +0000
(13:19 +0100)
Cura/gui/mainWindow.py
patch
|
blob
|
history
diff --git
a/Cura/gui/mainWindow.py
b/Cura/gui/mainWindow.py
index 68c28c2bfe16352113e1309eebc061ab18605e8b..bbbf2b8f2c9ffc9471315f1b50d7cb8e7564c947 100644
(file)
--- a/
Cura/gui/mainWindow.py
+++ b/
Cura/gui/mainWindow.py
@@
-140,7
+140,7
@@
class mainWindow(wx.Frame):
self.Bind(wx.EVT_MENU, self.OnNormalSwitch, i)
expertMenu.AppendSeparator()
- i = expertMenu.Append(-1, _("Open expert settings..."))
+ i = expertMenu.Append(-1, _("Open expert settings...
\tCTRL+E
"))
self.normalModeOnlyItems.append(i)
self.Bind(wx.EVT_MENU, self.OnExpertOpen, i)
expertMenu.AppendSeparator()