add Josef Vybíral [cornelius] as artist in about dialog and in THANKS

This commit is contained in:
Nikos Kouremenos 2006-12-03 18:15:41 +00:00
parent 5001f590c9
commit a41388a8c7
2 changed files with 2 additions and 1 deletions

1
THANKS
View file

@ -19,6 +19,7 @@ Geobert Quach
Guillaume Morin Guillaume Morin
Gustavo J. A. M. Carneiro Gustavo J. A. M. Carneiro
Ivo Anjo Ivo Anjo
Josef Vybíral
Julien Pivotto Julien Pivotto
Juraj Michalek Juraj Michalek
Luis Peralta Luis Peralta

View file

@ -776,7 +776,7 @@ class AboutDialog:
dlg.set_translator_credits(_('translator-credits')) dlg.set_translator_credits(_('translator-credits'))
artists = ['Anders Ström', 'Christophe Got', 'Dennis Craven', artists = ['Anders Ström', 'Christophe Got', 'Dennis Craven',
'Guillaume Morin', 'Membris Khan'] 'Guillaume Morin', 'Josef Vybíral', 'Membris Khan']
dlg.set_artists(artists) dlg.set_artists(artists)
rep = dlg.run() rep = dlg.run()