credit our artists in about dialog

This commit is contained in:
Nikos Kouremenos 2005-08-28 15:55:50 +00:00
parent 215be2bb5c
commit 02ce0f1e99
1 changed files with 3 additions and 0 deletions

View File

@ -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()