Small fixes

This commit is contained in:
Nekotekina 2014-06-30 01:08:56 +04:00
parent 6f1efc851f
commit cf98ddf979
5 changed files with 19 additions and 20 deletions

View file

@ -88,7 +88,7 @@ struct wxWriter : Log::LogListener
default:
break;
}
llogcon->AppendText(wxString(msg.mText));
llogcon->AppendText(fmt::FromUTF8(msg.mText));
}
}
if (m_log->GetLastPosition() > GUI_BUFFER_MAX_SIZE)