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
Gustavo J. A. M. Carneiro
Ivo Anjo
Josef Vybíral
Julien Pivotto
Juraj Michalek
Luis Peralta

View File

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