Merge remote-tracking branch 'remotes/upstream/master' into add_skills_exporter

This commit is contained in:
Martin Falatic
2013-06-20 01:11:35 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ saveInRoot = False
# Version data
version = "1.1.15"
tag = "stable"
tag = "git"
expansionName = "Odyssey"
expansionVersion = "1.0"

View File

@@ -244,7 +244,7 @@ class MainFrame(wx.Frame):
"\nwxPython: \t" + wx.__version__ +
"\nSQLAlchemy: \t" + sqlalchemy.__version__,
700, wx.ClientDC(self))
info.WebSite = ("http://forums.eveonline.com/default.aspx?g=posts&t=247609", "pyfa thread at EVE Online forum")
info.WebSite = ("http://forums.eveonline.com/default.aspx?g=posts&t=247609", "pyfa thread at EVE Online forum")
wx.AboutBox(info)