Merge branch 'master' of evefit.org:pyfa

Conflicts:
	gui/chromeTabs.py
This commit is contained in:
cncfanatics
2010-11-17 09:14:55 +01:00
7 changed files with 925 additions and 1022 deletions

View File

@@ -83,6 +83,6 @@ def getImage(name, location):
else:
location = os.path.join(config.pyfaPath, location)
path = os.path.join(location, name + ".png")
if os.path.exists(path):
return wx.Image(path)

File diff suppressed because it is too large Load Diff