mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 18:08:39 +00:00
fix copyright symbol for some people
This commit is contained in:
parent
e91943d72b
commit
622ab78b94
1 changed files with 1 additions and 2 deletions
|
@ -55,8 +55,7 @@ class AboutDialog:
|
||||||
version = deluge.common.get_version()
|
version = deluge.common.get_version()
|
||||||
if rev != "":
|
if rev != "":
|
||||||
version = version + "r" + rev
|
version = version + "r" + rev
|
||||||
|
self.about.set_copyright(u'Copyright \u00A9 2007-2008 Andrew Resch')
|
||||||
self.about.set_copyright("Copyright © 2007-2008 Andrew Resch")
|
|
||||||
self.about.set_comments("A peer-to-peer file sharing program utilizing the Bittorrent protocol.")
|
self.about.set_comments("A peer-to-peer file sharing program utilizing the Bittorrent protocol.")
|
||||||
self.about.set_version(version)
|
self.about.set_version(version)
|
||||||
self.about.set_authors(["Andrew Resch", "Marcos Pinto",
|
self.about.set_authors(["Andrew Resch", "Marcos Pinto",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue