Changed the icon for drone DPS.

Before, it was sharing the same icon as the drone bay capacity. Renamed icon files appropriately and removed the extra image since I don't want to reuse it for something with a different meaning.
This commit is contained in:
Corollax
2010-10-25 07:13:31 -05:00
parent 12ed551032
commit 450fa6d160
3 changed files with 1 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ class FirepowerViewFull(StatsView):
counter = 0
for damageType, image in (("weapon", "turret") , ("drone", "droneBay")):
for damageType, image in (("weapon", "turret") , ("drone", "droneDPS")):
baseBox = wx.BoxSizer(wx.HORIZONTAL)
if counter == 1:
sizerFirepower.AddSpacer( ( 40, 0), 1, 0, 5 )

Binary file not shown.

Before

Width:  |  Height:  |  Size: 621 B

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB