From 622ab78b943ccc245fb3eda894021e7d002fd427 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sat, 5 Jul 2008 00:57:04 +0000 Subject: [PATCH] fix copyright symbol for some people --- deluge/ui/gtkui/aboutdialog.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deluge/ui/gtkui/aboutdialog.py b/deluge/ui/gtkui/aboutdialog.py index ab6122f17..b4ace582d 100644 --- a/deluge/ui/gtkui/aboutdialog.py +++ b/deluge/ui/gtkui/aboutdialog.py @@ -55,8 +55,7 @@ class AboutDialog: version = deluge.common.get_version() if rev != "": version = version + "r" + rev - - self.about.set_copyright("Copyright © 2007-2008 Andrew Resch") + self.about.set_copyright(u'Copyright \u00A9 2007-2008 Andrew Resch') self.about.set_comments("A peer-to-peer file sharing program utilizing the Bittorrent protocol.") self.about.set_version(version) self.about.set_authors(["Andrew Resch", "Marcos Pinto",