Commit a9ab3d0ddc6aa51a4a0e93b346bd73c153fc3f4f
1 parent
fa14a548
Exists in
master
and in
67 other branches
ENH: changed developers list and email
Showing
1 changed file
with
11 additions
and
5 deletions
Show diff stats
invesalius/gui/dialogs.py
... | ... | @@ -696,7 +696,7 @@ def ShowAboutDialog(parent): |
696 | 696 | info.Name = "InVesalius" |
697 | 697 | info.Version = "3.0 - Beta 3" |
698 | 698 | info.Copyright = _("(c) 2007-2012 Renato Archer Information Technology Center - CTI") |
699 | - 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 exporting 3D volumes or surfaces as STL files for creating physical models of a patient's anatomy using rapid prototyping technologies. The software is supported by CTI, CNPq and the Brazilian Ministry of Health"), 350, wx.ClientDC(parent)) | |
699 | + 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 exporting 3D volumes or surfaces as STL files for creating physical models of a patient's anatomy using rapid prototyping technologies. The software is supported by CTI, CNPq and the Brazilian Ministry of Health.\n\n Contact: invesalius@cti.gov.br"), 350, wx.ClientDC(parent)) | |
700 | 700 | |
701 | 701 | # _("InVesalius is a software for medical imaging 3D reconstruction. ")+\ |
702 | 702 | # _("Its input is a sequency of DICOM 2D image files acquired with CT or MR.\n\n")+\ |
... | ... | @@ -706,12 +706,18 @@ def ShowAboutDialog(parent): |
706 | 706 | info.WebSite = ("http://svn.softwarepublico.gov.br/trac/invesalius") |
707 | 707 | info.License = _("GNU GPL (General Public License) version 2") |
708 | 708 | |
709 | - info.Developers = ["Tatiana Al-Chueyr", | |
710 | - "Paulo Henrique Junqueira Amorim", | |
709 | + info.Developers = ["Paulo Henrique Junqueira Amorim", | |
711 | 710 | "Thiago Franco de Moraes", |
712 | - "Guilherme Soares Cesar Soares Ruppert", | |
711 | + "Guilherme Cesar Soares Ruppert", | |
713 | 712 | "Fábio de Souza Azevedo", |
714 | - "Jorge Vicente Lopes da Silva"] | |
713 | + "Jorge Vicente Lopes da Silva", | |
714 | + "", | |
715 | + "Former developers:", | |
716 | + "Tatiana Al-Chueyr", | |
717 | + "", | |
718 | + "Contributors: ", | |
719 | + "Bruno Lara Bottazzini", | |
720 | + ""] | |
715 | 721 | |
716 | 722 | info.Translators = ["Alex P. Natsios", |
717 | 723 | "Andreas Loupasakis", | ... | ... |