Commit 1391fdd67f6a2552b9fc30a53617535b83bbe90c

Authored by Paulo Henrique Junqueira Amorim
1 parent cc3395bd

ADD: Version "3.0 Alpha 2"

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/gui/dialogs.py
... ... @@ -349,7 +349,7 @@ def ShowAboutDialog(parent):
349 349 info = wx.AboutDialogInfo()
350 350 info.Name = "InVesalius"
351 351 info.Version = "3.0 - Alpha 2"
352   - info.Copyright = _("(c) 2007 Center for Information Technology Renato Archer")
  352 + info.Copyright = _("(c) 2007-2010 Center for Information Technology Renato Archer")
353 353 info.Description = wordwrap(
354 354 _("InVesalius is a software for medical imaging 3D reconstruction. ")+\
355 355 _("Its input is a sequency of DICOM 2D image files acquired with CT or MR.\n\n")+\
... ...