From 91b19b166486ac97d5c36492e4f3c775c39bfdef Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Mon, 6 Aug 2012 19:34:54 +0000 Subject: [PATCH] ENH: Updated about --- invesalius/gui/dialogs.py | 9 +++++---- invesalius/gui/frame.py | 2 +- invesalius/gui/import_network_panel.py | 2 ++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/invesalius/gui/dialogs.py b/invesalius/gui/dialogs.py index 54ecf9c..81004d6 100644 --- a/invesalius/gui/dialogs.py +++ b/invesalius/gui/dialogs.py @@ -631,8 +631,8 @@ def ShowAboutDialog(parent): info = wx.AboutDialogInfo() info.Name = "InVesalius" info.Version = "3.0 - Beta 3" - info.Copyright = _("(c) 2007-2010 Renato Archer Information Technology Centre") - 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)) + info.Copyright = _("(c) 2007-2012 Renato Archer Information Technology Centre - CTI") + 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. The software has the support of the CTI, CNPq and Ministry of Health"), 350, wx.ClientDC(parent)) # _("InVesalius is a software for medical imaging 3D reconstruction. ")+\ # _("Its input is a sequency of DICOM 2D image files acquired with CT or MR.\n\n")+\ @@ -644,7 +644,8 @@ def ShowAboutDialog(parent): info.Developers = ["Tatiana Al-Chueyr", "Paulo Henrique Junqueira Amorim", - "Thiago Franco de Moraes"] + "Thiago Franco de Moraes", + "Jorge Vicente Lopes da Silva"] info.Translators = ["Alex P. Natsios", "Andreas Loupasakis", @@ -659,7 +660,7 @@ def ShowAboutDialog(parent): "Sebastian Hilbert", "Semarang Pari"] - info.DocWriters = ["Fabio Francisco da Silva (PT)"] + #info.DocWriters = ["Fabio Francisco da Silva (PT)"] info.Artists = ["Otavio Henrique Junqueira Amorim"] diff --git a/invesalius/gui/frame.py b/invesalius/gui/frame.py index 0c3ef26..314d308 100755 --- a/invesalius/gui/frame.py +++ b/invesalius/gui/frame.py @@ -467,7 +467,7 @@ class MenuBar(wx.MenuBar): file_menu = wx.Menu() app = file_menu.Append app(const.ID_DICOM_IMPORT, _("Import DICOM...\tCtrl+I")) - #####app(const.ID_DICOM_NETWORK, _("Retrieve DICOM from PACS")) + #app(const.ID_DICOM_NETWORK, _("Retrieve DICOM from PACS")) file_menu.AppendMenu(const.ID_IMPORT_OTHERS_FILES, _("Import Others Files"), others_file_menu) app(const.ID_PROJECT_OPEN, _("Open Project...\tCtrl+O")) app(const.ID_PROJECT_SAVE, _("Save Project\tCtrl+S")) diff --git a/invesalius/gui/import_network_panel.py b/invesalius/gui/import_network_panel.py index d6468c6..50e6f11 100644 --- a/invesalius/gui/import_network_panel.py +++ b/invesalius/gui/import_network_panel.py @@ -431,6 +431,8 @@ class TextPanel(wx.Panel): evt.Skip() def OnActivate(self, evt): + + item = evt.GetItem() item_parent = self.tree.GetItemParent(item) -- libgit2 0.21.2