From 993199c0106ce796ed2827f4c5b640f264a9e7bd Mon Sep 17 00:00:00 2001 From: Eric Blade Date: Wed, 9 Sep 2009 21:04:38 -0500 Subject: [PATCH] add sqlcoder to about --- pyfpdb/fpdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/fpdb.py b/pyfpdb/fpdb.py index 099c5cb8..fd2feca2 100755 --- a/pyfpdb/fpdb.py +++ b/pyfpdb/fpdb.py @@ -133,7 +133,7 @@ class fpdb: dia = gtk.AboutDialog() dia.set_name("FPDB") dia.set_version(VERSION) - dia.set_copyright("2008-2009, Steffen, Eratosthenes, s0rrow, EricBlade, _mt, and others") + dia.set_copyright("2008-2009, Steffen, Eratosthenes, s0rrow, EricBlade, _mt, sqlcoder, and others") dia.set_comments("GTK AboutDialog comments here") dia.set_license("GPL v3") dia.set_website("http://fpdb.sourceforge.net/")