Use 'μTP' instead of 'uTP'.

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

View file

@ -445,7 +445,7 @@ QString PeerListWidget::getConnectionString(int connection_type)
switch(connection_type) {
#if LIBTORRENT_VERSION_NUM >= 1600
case peer_info::bittorrent_utp:
connection = "uTP";
connection = QString::fromUtf8("μTP");
break;
case peer_info::http_seed:
#endif