Fix warning which is shown on about box opening

This commit is contained in:
DarkPhoenix
2013-06-14 22:06:10 +04:00
parent 42efa48c01
commit 32677a3904
2 changed files with 2 additions and 2 deletions

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)