sCrest > sEsi

This commit is contained in:
Ryan Holmes
2018-03-16 18:06:33 -04:00
parent 0db125177f
commit 8a10f0a766
6 changed files with 27 additions and 27 deletions

View File

@@ -134,7 +134,7 @@ class MainMenuBar(wx.MenuBar):
preferencesItem.SetBitmap(BitmapLoader.getBitmap("preferences_small", "gui"))
windowMenu.Append(preferencesItem)
# self.sCrest = Crest.getInstance()
# self.sEsi = Crest.getInstance()
# CREST Menu
crestMenu = wx.Menu()
@@ -144,7 +144,7 @@ class MainMenuBar(wx.MenuBar):
crestMenu.Append(self.eveFittingsId, "Browse EVE Fittings")
crestMenu.Append(self.exportToEveId, "Export To EVE")
# if self.sCrest.settings.get('mode') == CrestModes.IMPLICIT or len(self.sCrest.getCrestCharacters()) == 0:
# if self.sEsi.settings.get('mode') == CrestModes.IMPLICIT or len(self.sEsi.getCrestCharacters()) == 0:
self.Enable(self.eveFittingsId, True)
self.Enable(self.exportToEveId, True)