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:
parent
9238fb0299
commit
5941126182
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
@ -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)" );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue