From db6cc8336bbb93b26634d6ca0b133a1ab1d8fb96 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Tue, 13 May 2014 19:31:51 +0300 Subject: [PATCH] =?UTF-8?q?=EF=BB=BFUse=20'=CE=BCTP'=20instead=20of=20'uTP?= =?UTF-8?q?'.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/properties/peerlistwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/properties/peerlistwidget.cpp b/src/properties/peerlistwidget.cpp index b6c55fcae..7372b51be 100644 --- a/src/properties/peerlistwidget.cpp +++ b/src/properties/peerlistwidget.cpp @@ -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