Module: deluge Branch: 1.3-stable Commit: 448478485ab223b3baab9e98357be9a19933cc58
Author: Calum Lind <[email protected]> Date: Fri Jul 22 19:27:20 2011 +0100 Add my name to author list --- deluge/ui/gtkui/aboutdialog.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/ui/gtkui/aboutdialog.py b/deluge/ui/gtkui/aboutdialog.py index 3d91609..4e3c711 100644 --- a/deluge/ui/gtkui/aboutdialog.py +++ b/deluge/ui/gtkui/aboutdialog.py @@ -64,7 +64,7 @@ class AboutDialog: self.about.set_version(version) self.about.set_authors([ "Current Developers:", "Andrew Resch", "Damien Churchill", - "John Garland", "", "libtorrent (www.libtorrent.org):", + "John Garland", "Calum Lind", "", "libtorrent (www.libtorrent.org):", "Arvid Norberg", "", "Past Developers or Contributors:", "Zach Tibbitts", "Alon Zakai", "Marcos Pinto", "Alex Dedul", "Sadrul Habib Chowdhury", "Ido Abramovich", "Martijn Voncken" -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
