X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_audio_content_view.cc;h=057ebb944b8b8d632b53c36ba93410fe3a4cbb85;hb=92933c13e9233149e4e80244d92da81b70072214;hp=03481343c6bfb097ec4b284554d0b7d72261cb4f;hpb=a5d004b0773f633401528392fc28e66d70e13ac8;p=dcpomatic.git diff --git a/src/wx/timeline_audio_content_view.cc b/src/wx/timeline_audio_content_view.cc index 03481343c..057ebb944 100644 --- a/src/wx/timeline_audio_content_view.cc +++ b/src/wx/timeline_audio_content_view.cc @@ -70,7 +70,7 @@ TimelineAudioContentView::label () const list mapped = ac->mapping().mapped_output_channels(); if (!mapped.empty ()) { - s += " → "; + s += wxString::FromUTF8(" → "); for (auto i: mapped) { s += std_to_wx(short_audio_channel_name(i)) + ", "; }