Skip to content
Snippets Groups Projects
Commit 02ce0f1e authored by nkour's avatar nkour
Browse files

credit our artists in about dialog

parent 215be2bb
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment