Add console warning if icon file cannot be found

This commit is contained in:
DarkPhoenix
2011-04-16 18:04:22 +04:00
parent 6d074668a9
commit baa9ccc6ba

View File

@@ -86,3 +86,5 @@ def getImage(name, location):
if os.path.exists(path):
return wx.Image(path)
else:
print "Missing icon file: {0}.png".format(name)