show artists in about dialog alphabetically

This commit is contained in:
Nikos Kouremenos 2005-12-10 22:30:28 +00:00
parent dfe1d78391
commit 69fe0f02d7
1 changed files with 2 additions and 2 deletions

View File

@ -473,8 +473,8 @@ class AboutDialog:
#here you write your name in the form Name FamilyName <someone@somewhere> #here you write your name in the form Name FamilyName <someone@somewhere>
dlg.set_translator_credits(_('translator-credits')) dlg.set_translator_credits(_('translator-credits'))
artists = ['Dennis Craven', 'Membris Khan', 'Guillaume Morin', artists = ['Christophe Got', 'Dennis Craven', 'Guillaume Morin',
'Christophe Got'] 'Membris Khan']
dlg.set_artists(artists) dlg.set_artists(artists)
rep = dlg.run() rep = dlg.run()