(gtk) Add tooltip for uTP peers.

This commit is contained in:
Juliusz Chroboczek 2011-02-18 00:24:33 +00:00
parent eb715e8018
commit bd0ea13701
1 changed files with 1 additions and 0 deletions

View File

@ -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 );