Swapped projected module state and ammo icons

Projected view should be consistent with fitting view. Also fixed a capitalization issue in moduleState.py
This commit is contained in:
Corollax
2010-11-01 15:59:45 -05:00
parent b4525d233e
commit 4a6594851d
3 changed files with 4 additions and 4 deletions

View File

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