Merge branch 'master' into wx3

This commit is contained in:
blitzmann
2015-04-17 17:48:56 -04:00
135 changed files with 1420 additions and 508 deletions

View File

@@ -48,4 +48,8 @@ class AmmoIcon(ViewColumn):
else:
return -1
def getToolTip(self, mod):
if isinstance(mod, Module) and mod.charge is not None:
return mod.charge.name
AmmoIcon.register()