projects
/
transmission
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb715e8
)
(gtk) Add tooltip for uTP peers.
author
Juliusz Chroboczek
<jch@pps.univ-paris-diderot.fr>
Fri, 18 Feb 2011 00:24:33 +0000
(
00:24
+0000)
committer
Juliusz Chroboczek
<jch@pps.univ-paris-diderot.fr>
Fri, 18 Feb 2011 00:24:33 +0000
(
00:24
+0000)
gtk/details.c
patch
|
blob
|
history
diff --git
a/gtk/details.c
b/gtk/details.c
index c043bfc6847f1c998892ae00c60e7284b7cb8f8a..86b926d82b4b49d00284568ee8b0f6d300dfdf0b 100644
(file)
--- a/
gtk/details.c
+++ b/
gtk/details.c
@@
-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 );