mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 07:02:31 -06:00
Use 'μTP' instead of 'uTP'.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user