Commit ee41f3a53093edfae77bcecca23332c3a152a602

Authored by tatiana
1 parent 98c6fc06

ENH: Changed about dialog to beta 3

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
invesalius/gui/dialogs.py
... ... @@ -597,7 +597,7 @@ def ShowAboutDialog(parent):
597 597  
598 598 info = wx.AboutDialogInfo()
599 599 info.Name = "InVesalius"
600   - info.Version = "3.0 - Beta 2"
  600 + info.Version = "3.0 - Beta 3"
601 601 info.Copyright = _("(c) 2007-2010 Renato Archer Information Technology Centre")
602 602 info.Description = wordwrap(_("InVesalius is a medical imaging program for 3D reconstruction. It uses a sequence of 2D DICOM image files acquired with CT or MRI scanners. InVesalius allows for the export of 3D volumes or surfaces as STL files for creating physical models of a patient's anatomy using rapid prototyping technologies."), 350, wx.ClientDC(parent))
603 603  
... ... @@ -621,6 +621,7 @@ def ShowAboutDialog(parent):
621 621 u"Frédéric Lopez",
622 622 "Javier de Lima Moreno"
623 623 "Nikos Korkakakis",
  624 + "Massimo Crisantemo",
624 625 "Sebastian Hilbert"]
625 626  
626 627 info.DocWriters = ["Fabio Francisco da Silva (PT)"]
... ...