original tray tooltip

This commit is contained in:
Zach Tibbitts 2007-02-21 02:56:55 +00:00
parent 1181376416
commit 7f00fa4599
1 changed files with 4 additions and 1 deletions

View File

@ -538,8 +538,11 @@ class DelugeGTK:
dht_peers = str(dht_peers)
self.statusbar_temp_msg = self.statusbar_temp_msg + ' [DHT: %s]'%(dht_peers)
msg = _("Deluge Bittorrent Client") + "\n" + \
_("Connections") + ": " + str(connections) + "\n" + _("Download") + ": " + \
dlrate + "\n" + _("Upload") + ": " + ulrate
self.tray.set_tooltip(msg)
#Update any active plugins
self.plugins.update_active_plugins()