Use 'μTP' instead of 'uTP'.

This commit is contained in:
sledgehammer999 2014-05-13 19:31:51 +03:00
commit db6cc8336b

View file

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