credit our artists in about dialog
This commit is contained in:
parent
215be2bb5c
commit
02ce0f1e99
|
@ -423,6 +423,9 @@ class AboutDialog:
|
||||||
dlg.set_logo(pixbuf)
|
dlg.set_logo(pixbuf)
|
||||||
dlg.set_translator_credits(_('translator-credits'))
|
dlg.set_translator_credits(_('translator-credits'))
|
||||||
|
|
||||||
|
artists = ['Denis Craven', 'Membris Khan', 'Guillaume Morin']
|
||||||
|
dlg.set_artists(artists)
|
||||||
|
|
||||||
rep = dlg.run()
|
rep = dlg.run()
|
||||||
dlg.destroy()
|
dlg.destroy()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue