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,7 +597,7 @@ def ShowAboutDialog(parent):
597 597
598 info = wx.AboutDialogInfo() 598 info = wx.AboutDialogInfo()
599 info.Name = "InVesalius" 599 info.Name = "InVesalius"
600 - info.Version = "3.0 - Beta 2" 600 + info.Version = "3.0 - Beta 3"
601 info.Copyright = _("(c) 2007-2010 Renato Archer Information Technology Centre") 601 info.Copyright = _("(c) 2007-2010 Renato Archer Information Technology Centre")
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)) 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,6 +621,7 @@ def ShowAboutDialog(parent):
621 u"Frédéric Lopez", 621 u"Frédéric Lopez",
622 "Javier de Lima Moreno" 622 "Javier de Lima Moreno"
623 "Nikos Korkakakis", 623 "Nikos Korkakakis",
  624 + "Massimo Crisantemo",
624 "Sebastian Hilbert"] 625 "Sebastian Hilbert"]
625 626
626 info.DocWriters = ["Fabio Francisco da Silva (PT)"] 627 info.DocWriters = ["Fabio Francisco da Silva (PT)"]