Include subscribers / supporters in git.
[dcpomatic.git] / src / wx / timeline_audio_content_view.cc
index 03481343c6bfb097ec4b284554d0b7d72261cb4f..057ebb944b8b8d632b53c36ba93410fe3a4cbb85 100644 (file)
@@ -70,7 +70,7 @@ TimelineAudioContentView::label () const
 
        list<int> 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)) + ", ";
                }