Add Ammo support for projected effects view

This commit is contained in:
cncfanatics
2010-10-30 11:30:28 +02:00
parent 17a521e73f
commit 1ec7e795df
7 changed files with 105 additions and 12 deletions

View File

@@ -27,8 +27,10 @@ from gui.contextMenu import ContextMenu
import eos.types
class ProjectedView(d.Display):
DEFAULT_COLS = ["Projected State",
"Projected Name"]
DEFAULT_COLS = ["Projected Ammo Icon",
"Projected State",
"Projected Name",
"Projected Ammo"]
def __init__(self, parent):
d.Display.__init__(self, parent)