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