mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
updating authors
This commit is contained in:
parent
7b29ad7766
commit
edfcf9355d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue