1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 08:43:27 +00:00

(trunk gtk,qt) give kjg credit for the web client

This commit is contained in:
Charles Kerr 2009-06-02 03:57:40 +00:00
parent 9238fb0299
commit 5941126182
2 changed files with 2 additions and 4 deletions

View 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
};

View 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)" );
}