show artists in about dialog alphabetically
This commit is contained in:
parent
dfe1d78391
commit
69fe0f02d7
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue