mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-17 07:38:42 +00:00
about art
This commit is contained in:
parent
cd03824502
commit
529b631a83
2 changed files with 1 additions and 1 deletions
BIN
pixmaps/deluge-about.png
Normal file
BIN
pixmaps/deluge-about.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.7 KiB |
|
@ -196,7 +196,7 @@ class DelugeGTK:
|
||||||
self.abt.set_website("http://deluge-torrent.org")
|
self.abt.set_website("http://deluge-torrent.org")
|
||||||
self.abt.set_icon_from_file(dcommon.get_pixmap("deluge32.png"))
|
self.abt.set_icon_from_file(dcommon.get_pixmap("deluge32.png"))
|
||||||
self.abt.set_logo(gtk.gdk.pixbuf_new_from_file(
|
self.abt.set_logo(gtk.gdk.pixbuf_new_from_file(
|
||||||
dcommon.get_pixmap("deluge32.png")))
|
dcommon.get_pixmap("deluge-about.png")))
|
||||||
|
|
||||||
def build_pref_dialog(self):
|
def build_pref_dialog(self):
|
||||||
self.prf_glade = gtk.glade.XML(dcommon.get_glade_file("dgtkpref.glade"))
|
self.prf_glade = gtk.glade.XML(dcommon.get_glade_file("dgtkpref.glade"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue