diff --git a/invesalius/gui/dialogs.py b/invesalius/gui/dialogs.py index aa3164d..0da80ac 100644 --- a/invesalius/gui/dialogs.py +++ b/invesalius/gui/dialogs.py @@ -349,7 +349,7 @@ def ShowAboutDialog(parent): info = wx.AboutDialogInfo() info.Name = "InVesalius" info.Version = "3.0 - Alpha 2" - info.Copyright = _("(c) 2007 Center for Information Technology Renato Archer") + info.Copyright = _("(c) 2007-2010 Center for Information Technology Renato Archer") info.Description = wordwrap( _("InVesalius is a software for medical imaging 3D reconstruction. ")+\ _("Its input is a sequency of DICOM 2D image files acquired with CT or MR.\n\n")+\ -- libgit2 0.21.2