Commit bdab1182ba4357fc34419a2dcb8b225f7fb7c9b9
1 parent
280ef8b5
Exists in
master
and in
2 other branches
ENH: Updated contrib list
Showing
1 changed file
with
17 additions
and
3 deletions
Show diff stats
invesalius/gui/dialogs.py
@@ -1052,7 +1052,7 @@ def ShowAboutDialog(parent): | @@ -1052,7 +1052,7 @@ def ShowAboutDialog(parent): | ||
1052 | # _("The software also allows generating correspondent STL files,")+\ | 1052 | # _("The software also allows generating correspondent STL files,")+\ |
1053 | # _("so the user can print 3D physical models of the patient's anatomy ")+\ | 1053 | # _("so the user can print 3D physical models of the patient's anatomy ")+\ |
1054 | # _("using Rapid Prototyping."), 350, wx.ClientDC(parent)) | 1054 | # _("using Rapid Prototyping."), 350, wx.ClientDC(parent)) |
1055 | - info.WebSite = ("http://www.cti.gov.br/invesalius") | 1055 | + info.WebSite = ("https://www.cti.gov.br/invesalius") |
1056 | info.License = _("GNU GPL (General Public License) version 2") | 1056 | info.License = _("GNU GPL (General Public License) version 2") |
1057 | 1057 | ||
1058 | info.Developers = ["Paulo Henrique Junqueira Amorim", | 1058 | info.Developers = ["Paulo Henrique Junqueira Amorim", |
@@ -1060,6 +1060,8 @@ def ShowAboutDialog(parent): | @@ -1060,6 +1060,8 @@ def ShowAboutDialog(parent): | ||
1060 | "Jorge Vicente Lopes da Silva", | 1060 | "Jorge Vicente Lopes da Silva", |
1061 | "Victor Hugo de Oliveira e Souza (navigator)", | 1061 | "Victor Hugo de Oliveira e Souza (navigator)", |
1062 | "Renan Hiroshi Matsuda (navigator)", | 1062 | "Renan Hiroshi Matsuda (navigator)", |
1063 | + "André Salles Cunha Peres (navigator)", | ||
1064 | + "Oswaldo Baffa Filho (navigator)", | ||
1063 | "Tatiana Al-Chueyr (former)", | 1065 | "Tatiana Al-Chueyr (former)", |
1064 | "Guilherme Cesar Soares Ruppert (former)", | 1066 | "Guilherme Cesar Soares Ruppert (former)", |
1065 | "Fabio de Souza Azevedo (former)", | 1067 | "Fabio de Souza Azevedo (former)", |
@@ -1067,21 +1069,33 @@ def ShowAboutDialog(parent): | @@ -1067,21 +1069,33 @@ def ShowAboutDialog(parent): | ||
1067 | "Olly Betts (patches to support wxPython3)"] | 1069 | "Olly Betts (patches to support wxPython3)"] |
1068 | 1070 | ||
1069 | info.Translators = ["Alex P. Natsios", | 1071 | info.Translators = ["Alex P. Natsios", |
1072 | + "Alicia Perez", | ||
1070 | "Anderson Antonio Mamede da Silva", | 1073 | "Anderson Antonio Mamede da Silva", |
1071 | "Andreas Loupasakis", | 1074 | "Andreas Loupasakis", |
1075 | + "Angelo Pucillo", | ||
1072 | "Annalisa Manenti", | 1076 | "Annalisa Manenti", |
1073 | "Cheng-Chia Tseng", | 1077 | "Cheng-Chia Tseng", |
1078 | + "Dan", | ||
1079 | + "DCamer", | ||
1074 | "Dimitris Glezos", | 1080 | "Dimitris Glezos", |
1075 | "Eugene Liscio", | 1081 | "Eugene Liscio", |
1076 | u"Frédéric Lopez", | 1082 | u"Frédéric Lopez", |
1077 | - "fri", | 1083 | + "Florin Putura", |
1084 | + "Fri", | ||
1085 | + "Jangblue", | ||
1078 | "Javier de Lima Moreno", | 1086 | "Javier de Lima Moreno", |
1087 | + "Kensey Okinawa", | ||
1088 | + "Maki Sugimoto", | ||
1079 | "Mario Regino Moreno Guerra", | 1089 | "Mario Regino Moreno Guerra", |
1080 | "Massimo Crisantemo", | 1090 | "Massimo Crisantemo", |
1081 | "Nikos Korkakakis", | 1091 | "Nikos Korkakakis", |
1082 | "Raul Bolliger Neto", | 1092 | "Raul Bolliger Neto", |
1083 | "Sebastian Hilbert", | 1093 | "Sebastian Hilbert", |
1084 | - "Semarang Pari"] | 1094 | + "Semarang Pari", |
1095 | + "Silvério Santos", | ||
1096 | + "Vasily Shishkin", | ||
1097 | + "Yohei Sotsuka", | ||
1098 | + "Yoshihiro Sato"] | ||
1085 | 1099 | ||
1086 | #info.DocWriters = ["Fabio Francisco da Silva (PT)"] | 1100 | #info.DocWriters = ["Fabio Francisco da Silva (PT)"] |
1087 | 1101 |