More about box changes

This commit is contained in:
blitzmann
2014-03-11 21:49:50 -04:00
parent f42fd1de43
commit 4bcb368d17
2 changed files with 10 additions and 11 deletions

View File

@@ -247,10 +247,8 @@ class MainFrame(wx.Frame):
"\n\t".join(gui.aboutData.developers) +
"\n\nAdditional credits:\n\t" +
"\n\t".join(gui.aboutData.credits) +
"\n\nLicense:\n\t" +
gui.aboutData.license +
" - see included " +
gui.aboutData.licenseLocation +
"\n\nLicenses:\n\t" +
"\n\t".join(gui.aboutData.licenses) +
"\n\nPython: \t" + sys.version +
"\nwxPython: \t" + wx.__version__ +
"\nSQLAlchemy: \t" + sqlalchemy.__version__,