From 448478485ab223b3baab9e98357be9a19933cc58 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 3d91609ee..4e3c7115c 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"