80 chars
This commit is contained in:
parent
35758a4266
commit
4e97beaa84
|
@ -412,10 +412,18 @@ 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>', 'Dimitur Kirov <dkirov@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'))
|
||||
pixbuf = gtk.gdk.pixbuf_new_from_file(os.path.join(
|
||||
gajim.DATA_DIR, 'pixmaps/gajim_about.png'))
|
||||
|
||||
dlg.set_logo(pixbuf)
|
||||
#here you write your name in the form Name FamilyName <someone@somewhere>
|
||||
|
|
Loading…
Reference in New Issue