From f81c6d91be41fef07649a657d7d1184a6c76be2e Mon Sep 17 00:00:00 2001 From: Zach Tibbitts Date: Thu, 30 Nov 2006 11:01:29 +0000 Subject: [PATCH] v# in titlebar --- delugegtk.py | 1 + 1 file changed, 1 insertion(+) diff --git a/delugegtk.py b/delugegtk.py index 189704d6c..f4b0e37ea 100755 --- a/delugegtk.py +++ b/delugegtk.py @@ -20,6 +20,7 @@ class DelugeGTK: self.window = self.wtree.get_widget("main_window") if(self.window): 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")) actions = { ## File Menu