]> granicus.if.org Git - transmission/commitdiff
(trunk gtk,qt) give kjg credit for the web client
authorCharles Kerr <charles@transmissionbt.com>
Tue, 2 Jun 2009 03:57:40 +0000 (03:57 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Tue, 2 Jun 2009 03:57:40 +0000 (03:57 +0000)
gtk/main.c
qt/about.cc

index 80b825dc04632098611517c9b0f9b470e939f655..0017aa85985a6f7495ac646b5a91c7e3d951e7e6 100644 (file)
@@ -1142,9 +1142,7 @@ about( GtkWindow * parent )
     {
         "Charles Kerr (Backend; GTK+)",
         "Mitchell Livingston (Backend; OS X)",
-        "Eric Petit (Backend; OS X)",
-        "Josh Elsasser (Daemon; Backend; GTK+)",
-        "Bryan Varner (BeOS)",
+        "Kevin Glowacz (Web client)"
         NULL
     };
 
index 7f9f06b887582688f36d20d29946bf2e505b3c5a..df2c8d6a62c84c71d5f43a93d52236268f4ab40a 100644 (file)
@@ -89,6 +89,6 @@ AboutDialog :: showCredits( )
     QMessageBox::about( this, tr( "Credits" ),
         "Charles Kerr (Backend; Daemon; GTK+; Qt)\n"
         "Michell Livingston (Backend; OS X)\n"
-        "Eric Petit (Backend; OS X)" );
+        "Kevin Glowacz (Web client)" );
 }