add dimitur in about dialog

This commit is contained in:
Nikos Kouremenos 2005-08-25 19:14:46 +00:00
parent e0c3e309db
commit 08e6b8a6a9
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ class AboutDialog:
dlg.set_comments(_('A GTK jabber client'))
dlg.set_website('http://www.gajim.org')
authors = ['Yann Le Boulanger <asterix@lagaule.org>', 'Vincent Hanquez <tab@snarc.org>', 'Nikos Kouremenos <kourem@gmail.com>', 'Alex Podaras <bigpod@gmail.com>', 'Gajim patchers']
authors = ['Yann Le Boulanger <asterix@lagaule.org>', 'Vincent Hanquez <tab@snarc.org>', 'Nikos Kouremenos <kourem@gmail.com>', 'Dimitur Kirov <dkirov@gmail.com>', 'Gajim patchers']
dlg.set_authors(authors)
pixbuf = gtk.gdk.pixbuf_new_from_file(os.path.join(gajim.DATA_DIR, 'pixmaps/gajim_about.png'))