mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
UI: Correctly interpret supporter names as UTF8
This commit is contained in:
@@ -2054,7 +2054,7 @@ public:
|
||||
wxString& nameList = ((i % 2) == 0) ? nameListLeft : nameListRight;
|
||||
if (i >= 2)
|
||||
nameList.append("\n");
|
||||
nameList.append(name);
|
||||
nameList.append(wxString::FromUTF8(name));
|
||||
}
|
||||
|
||||
gridSizer->Add(new wxStaticText(parent, wxID_ANY, nameListLeft), wxSizerFlags());
|
||||
|
||||
Reference in New Issue
Block a user