updating authors

This commit is contained in:
Marcos Pinto 2007-05-19 00:35:05 +00:00
parent 7b29ad7766
commit edfcf9355d
1 changed files with 1 additions and 1 deletions

View File

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