From 32677a390455ff653ee880e69c88716c3382fed9 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Fri, 14 Jun 2013 22:06:10 +0400 Subject: [PATCH] Fix warning which is shown on about box opening --- config.py | 2 +- gui/mainFrame.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 3d82ad84f..f7e342c89 100644 --- a/config.py +++ b/config.py @@ -14,7 +14,7 @@ saveInRoot = False # Version data version = "1.1.15" -tag = "stable" +tag = "git" expansionName = "Odyssey" expansionVersion = "1.0" diff --git a/gui/mainFrame.py b/gui/mainFrame.py index a3b5030e9..880d5a589 100644 --- a/gui/mainFrame.py +++ b/gui/mainFrame.py @@ -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)