diff --git a/gitso/trunk/AboutWindow.py b/gitso/trunk/AboutWindow.py index b35c42a..fd129fc 100644 --- a/gitso/trunk/AboutWindow.py +++ b/gitso/trunk/AboutWindow.py @@ -30,7 +30,7 @@ class InfoPage(wx.Panel): wx.Panel.__init__(self, parent) infostring = "Authors:" + "\n\tAaron Gerber\n\tDerek Buranen" - infostring = infostring + "\n\nContributors:" + "\n\tNick Verbeck" + "\n\tTroy Frew" + infostring = infostring + "\n\nContributors:" + "\n\tNick Verbeck" + "\n\tTroy Frew" + "\n\tDennis Koot" infostring = infostring + "\n\nCopyright (C) 2007 - 2010 by Aaron Gerber and Derek Buranen" if sys.platform == "darwin": infostring = infostring + "\n\n+++++++++++++++++++++++"