mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Use 'μTP' instead of 'uTP'.
This commit is contained in:
parent
1af271653a
commit
db6cc8336b
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ QString PeerListWidget::getConnectionString(int connection_type)
|
||||||
switch(connection_type) {
|
switch(connection_type) {
|
||||||
#if LIBTORRENT_VERSION_NUM >= 1600
|
#if LIBTORRENT_VERSION_NUM >= 1600
|
||||||
case peer_info::bittorrent_utp:
|
case peer_info::bittorrent_utp:
|
||||||
connection = "uTP";
|
connection = QString::fromUtf8("μTP");
|
||||||
break;
|
break;
|
||||||
case peer_info::http_seed:
|
case peer_info::http_seed:
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue