updating authors
This commit is contained in:
parent
7b29ad7766
commit
edfcf9355d
|
@ -180,7 +180,7 @@ def show_about_dialog(parent=None):
|
||||||
abt = gtk.glade.XML(common.get_glade_file("aboutdialog.glade")).get_widget("aboutdialog")
|
abt = gtk.glade.XML(common.get_glade_file("aboutdialog.glade")).get_widget("aboutdialog")
|
||||||
abt.set_name(common.PROGRAM_NAME)
|
abt.set_name(common.PROGRAM_NAME)
|
||||||
abt.set_version(common.PROGRAM_VERSION)
|
abt.set_version(common.PROGRAM_VERSION)
|
||||||
abt.set_authors(["Zach Tibbits", "A. Zakai"])
|
abt.set_authors(["Zach Tibbits", "A. Zakai", "Marcos Pinto"])
|
||||||
abt.set_artists(["Andrew Wedderburn"])
|
abt.set_artists(["Andrew Wedderburn"])
|
||||||
abt.set_website("http://deluge-torrent.org")
|
abt.set_website("http://deluge-torrent.org")
|
||||||
abt.set_website_label("http://deluge-torrent.org")
|
abt.set_website_label("http://deluge-torrent.org")
|
||||||
|
|
Loading…
Reference in New Issue