Commit 1fd2528254087b2b103178b66d81a92c17b1b111
1 parent
052d5f94
Exists in
master
String detail fixed
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/gui/dialogs.py
... | ... | @@ -1261,7 +1261,7 @@ def ShowAboutDialog(parent): |
1261 | 1261 | info = AboutDialogInfo() |
1262 | 1262 | info.Name = "InVesalius" |
1263 | 1263 | info.Version = "3.1.1" |
1264 | - info.Copyright = _("(c) 2007-2017 Center for Information Technology Renato Archer - CTI") | |
1264 | + info.Copyright = _("(c) 2007-2019 Center for Information Technology Renato Archer - CTI") | |
1265 | 1265 | 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)) |
1266 | 1266 | |
1267 | 1267 | # _("InVesalius is a software for medical imaging 3D reconstruction. ")+\ | ... | ... |