Remove mentions of evefit, set tag to stable

This commit is contained in:
DarkPhoenix
2013-06-13 00:40:02 +04:00
parent 771809eca2
commit ce48e368c4
4 changed files with 6 additions and 7 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://www.evefit.org/Pyfa", "pyfa home page")
info.WebSite = ("http://forums.eveonline.com/default.aspx?g=posts&t=247609", "pyfa thread at EVE Online forum")
wx.AboutBox(info)

View File

@@ -5,8 +5,7 @@
##
## Author: Darriele - HomeWorld
##
## Project home: http://www.evefit.org - pyfa project
## http://www.evefit.org is the home for pyfa / eos / aurora
## Project home: http://github.com/DarkFenX/Pyfa - pyfa project
## Some portions of code are based on
## AGW:pycollapsiblepane generic implementation of wx.CollapsiblePane
## AGW:pycollapsiblepane credits ( from the original source file used ):