mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
v# in titlebar
This commit is contained in:
parent
1020cdbca8
commit
f81c6d91be
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ class DelugeGTK:
|
||||||
self.window = self.wtree.get_widget("main_window")
|
self.window = self.wtree.get_widget("main_window")
|
||||||
if(self.window):
|
if(self.window):
|
||||||
self.window.connect("destroy", gtk.main_quit)
|
self.window.connect("destroy", gtk.main_quit)
|
||||||
|
self.window.set_title(dcommon.PROGRAM_NAME + " " + dcommon.PROGRAM_VERSION)
|
||||||
self.window.set_icon_from_file(dcommon.get_pixmap("deluge32.png"))
|
self.window.set_icon_from_file(dcommon.get_pixmap("deluge32.png"))
|
||||||
actions = {
|
actions = {
|
||||||
## File Menu
|
## File Menu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue