remove website url from glade file and put it in dialogs.py
This commit is contained in:
parent
b21df61126
commit
db2a67c413
|
@ -8,7 +8,7 @@
|
|||
<property name="skip_taskbar_hint">True</property>
|
||||
<property name="skip_pager_hint">True</property>
|
||||
<property name="has_separator">False</property>
|
||||
<property name="website">http://deluge-torrent.org</property>
|
||||
<property name="website"></property>
|
||||
<property name="authors"></property>
|
||||
<property name="documenters"></property>
|
||||
<property name="artists"></property>
|
||||
|
|
|
@ -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")))
|
||||
|
|
Loading…
Reference in New Issue