mirror of
https://github.com/transmission/transmission
synced 2024-12-24 00:34:04 +00:00
(gtk) Add tooltip for uTP peers.
This commit is contained in:
parent
eb715e8018
commit
bd0ea13701
1 changed files with 1 additions and 0 deletions
|
@ -1483,6 +1483,7 @@ onPeerViewQueryTooltip( GtkWidget * widget,
|
|||
case 'X': s = _( "Peer was found through Peer Exchange (PEX)" ); break;
|
||||
case 'H': s = _( "Peer was found through DHT" ); break;
|
||||
case 'I': s = _( "Peer is an incoming connection" ); break;
|
||||
case 'T': s = _( "Peer is connected over µTP" ); break;
|
||||
}
|
||||
if( s )
|
||||
g_string_append_printf( gstr, "%c: %s\n", *pch, s );
|
||||
|
|
Loading…
Reference in a new issue