Skip to content

Commit

Permalink
Change attr override window from ctrl+a to ctrl+b
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzmann committed Nov 4, 2015
1 parent 88c4de9 commit 11ebde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/mainMenuBar.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def __init__(self):
self.Enable(self.eveFittingsId, False)
self.Enable(self.exportToEveId, False)

attrItem = wx.MenuItem(windowMenu, self.attrEditorId, "Attribute Overrides\tCTRL+A")
attrItem = wx.MenuItem(windowMenu, self.attrEditorId, "Attribute Overrides\tCTRL+B")
attrItem.SetBitmap(BitmapLoader.getBitmap("fit_rename_small", "gui"))
windowMenu.AppendItem(attrItem)

Expand Down

0 comments on commit 11ebde8

Please sign in to comment.