Adjusted EFS to clipboard tooltip
This commit is contained in:
@@ -43,7 +43,7 @@ class CopySelectDialog(wx.Dialog):
|
||||
CopySelectDialog.copyFormatDna: "A one-line text format",
|
||||
CopySelectDialog.copyFormatEsi: "A JSON format used for EVE CREST",
|
||||
CopySelectDialog.copyFormatMultiBuy: "MultiBuy text format",
|
||||
CopySelectDialog.copyFormatEfs: u"EFS json stats format"}
|
||||
CopySelectDialog.copyFormatEfs: "JSON data format used by EFS"}
|
||||
selector = wx.RadioBox(self, wx.ID_ANY, label="Copy to the clipboard using:", choices=copyFormats,
|
||||
style=wx.RA_SPECIFY_ROWS)
|
||||
selector.Bind(wx.EVT_RADIOBOX, self.Selected)
|
||||
|
||||
@@ -596,7 +596,7 @@ class EfsPort():
|
||||
"therm": fitModAttr["shieldThermalDamageResonance"], "em": fitModAttr["shieldEmDamageResonance"]
|
||||
}
|
||||
resonance = {"hull": hullResonance, "armor": armorResonance, "shield": shieldResonance}
|
||||
shipSize = EfsPort.getShipSize(groupID)
|
||||
shipSize = EfsPort.getShipSize(fit.ship.item.groupID)
|
||||
|
||||
try:
|
||||
dataDict = {
|
||||
|
||||
Reference in New Issue
Block a user