Little fix in item stats attrib display (some changes in CCP stuff affected it)

This commit is contained in:
HomeWorld
2011-09-27 20:46:29 +03:00
parent d62a935c1a
commit 95ed4b60fd

View File

@@ -291,7 +291,7 @@ class ItemParams (wx.Panel):
if self.toggleView != 1:
attrName = name
else:
attrName = info.displayName if info else name
attrName = info.displayName if info.displayName <> "" else name
if info:
if info.icon is not None: