Skip to content

Commit

Permalink
Show correct peer client (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
vktr committed Apr 10, 2018
1 parent 366be86 commit df5b09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/picotorrent/peersviewmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ void PeersViewModel::GetValueByRow(wxVariant &variant, unsigned int row, unsigne
variant = peer.ip.address().to_string();
break;
case Columns::Client:
variant = peer.client;
variant = wxString::FromUTF8(peer.client);
break;
case Columns::Flags:
{
Expand Down

0 comments on commit df5b09c

Please sign in to comment.