my name was misspelled, wtf?
This commit is contained in:
parent
2468275ef8
commit
e9beaa35b1
|
@ -202,7 +202,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", "Alon Zakai", "Marcos Pinto"])
|
abt.set_authors(["Zach Tibbitts", "Alon Zakai", "Marcos Pinto", "Andrew Resch"])
|
||||||
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