Module: deluge Branch: master Commit: cebddf9c7917c666ded08b9591182ac7bc38c86b
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 36bb331..ead36ba 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" -- 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.
