Commit 913c512fef9a9888acbddc218aa4c56724cbdfc9
1 parent
0a7731f9
Exists in
master
and in
67 other branches
FIX: Fixed the About dialog appearance on Windows (developers list).
Showing
1 changed file
with
2 additions
and
6 deletions
Show diff stats
invesalius/gui/dialogs.py
... | ... | @@ -711,12 +711,8 @@ def ShowAboutDialog(parent): |
711 | 711 | "Guilherme Cesar Soares Ruppert", |
712 | 712 | "Fabio de Souza Azevedo", |
713 | 713 | "Jorge Vicente Lopes da Silva", |
714 | - "", | |
715 | - "Former developers:", | |
716 | - "Tatiana Al-Chueyr", | |
717 | - "", | |
718 | - "Contributors: ", | |
719 | - "Bruno Lara Bottazzini", | |
714 | + "Tatiana Al-Chueyr (former)", | |
715 | + "Bruno Lara Bottazzini (contributor)", | |
720 | 716 | ""] |
721 | 717 | |
722 | 718 | info.Translators = ["Alex P. Natsios", | ... | ... |