From d647a3a5ec1b4ed8a2c10c1bb41b66bbb01c82b3 Mon Sep 17 00:00:00 2001 From: Worros Date: Mon, 21 Jun 2010 12:44:13 +0800 Subject: [PATCH] Adjust author names on request --- pyfpdb/fpdb.pyw | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyfpdb/fpdb.pyw b/pyfpdb/fpdb.pyw index 58a1b230..7ac9c4f8 100755 --- a/pyfpdb/fpdb.pyw +++ b/pyfpdb/fpdb.pyw @@ -226,12 +226,12 @@ class fpdb: dia = gtk.AboutDialog() dia.set_name("Free Poker Database (FPDB)") dia.set_version(VERSION) - dia.set_copyright("2008-2010, Steffen, Eratosthenes, s0rrow, EricBlade, _mt, sqlcoder, Bostik, and others") + dia.set_copyright("2008-2010, Steffen, Eratosthenes, Carl Gherardi, Eric Blade, _mt, sqlcoder, Bostik, and others") dia.set_comments("GTK AboutDialog comments here") dia.set_license("GPL v3") dia.set_website("http://fpdb.sourceforge.net/") - dia.set_authors(['Steffen', 'Eratosthenes', 's0rrow', - 'EricBlade', '_mt', 'sqlcoder', 'Bostik', 'and others']) + dia.set_authors(['Steffen', 'Eratosthenes', 'Carl Gherardi', + 'Eric Blade', '_mt', 'sqlcoder', 'Bostik', 'and others']) dia.set_program_name("Free Poker Database (FPDB)") db_version = ""