Commit de8f129e71d18346c4bfd54b74449e64d5a22c13
1 parent
1508c2b5
Exists in
master
and in
35 other branches
Updated the about from InVesalius
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
invesalius/gui/dialogs.py
... | ... | @@ -763,8 +763,8 @@ def ShowAboutDialog(parent): |
763 | 763 | info = wx.AboutDialogInfo() |
764 | 764 | info.Name = "InVesalius" |
765 | 765 | info.Version = "3.0" |
766 | - info.Copyright = _("(c) 2007-2015 Renato Archer Information Technology Center - CTI") | |
767 | - 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)) | |
766 | + info.Copyright = _("(c) 2007-2015 Center for Information Technology Renato Archer - CTI") | |
767 | + 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 mesh files for creating physical models of a patient's anatomy using additive manufacturing (3D printing) technologies. The software is developed by Center for Information Technology Renato Archer (CTI), National Council for Scientific and Technological Development (CNPq) and the Brazilian Ministry of Health.\n\n InVesalius must be used only for research. The Center for Information Technology Renato Archer is not responsible for damages caused by the use of this software.\n\n Contact: invesalius@cti.gov.br"), 350, wx.ClientDC(parent)) | |
768 | 768 | |
769 | 769 | # _("InVesalius is a software for medical imaging 3D reconstruction. ")+\ |
770 | 770 | # _("Its input is a sequency of DICOM 2D image files acquired with CT or MR.\n\n")+\ | ... | ... |