diff --git a/glade/aboutdialog.glade b/glade/aboutdialog.glade index bf3b37be0..21c46bd89 100644 --- a/glade/aboutdialog.glade +++ b/glade/aboutdialog.glade @@ -8,7 +8,7 @@ True True False - http://deluge-torrent.org + diff --git a/src/dialogs.py b/src/dialogs.py index 8e02170db..b9f777194 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -183,6 +183,7 @@ def show_about_dialog(parent=None): abt.set_authors(["Zach Tibbits", "A. Zakai"]) abt.set_artists(["Andrew Wedderburn"]) abt.set_website("http://deluge-torrent.org") + abt.set_website_label("http://deluge-torrent.org") abt.set_icon_from_file(common.get_pixmap("deluge32.png")) abt.set_logo(gtk.gdk.pixbuf_new_from_file( common.get_pixmap("deluge-about.png")))