From cebddf9c7917c666ded08b9591182ac7bc38c86b Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Fri, 22 Jul 2011 19:27:20 +0100 Subject: [PATCH] Add my name to author list --- deluge/ui/gtkui/aboutdialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/gtkui/aboutdialog.py b/deluge/ui/gtkui/aboutdialog.py index 36bb331ac..ead36ba78 100644 --- a/deluge/ui/gtkui/aboutdialog.py +++ b/deluge/ui/gtkui/aboutdialog.py @@ -62,7 +62,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"