diff options
Diffstat (limited to 'src/wx/audio_panel.cc')
| -rw-r--r-- | src/wx/audio_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc index af2470fa6..954d1676d 100644 --- a/src/wx/audio_panel.cc +++ b/src/wx/audio_panel.cc @@ -49,7 +49,7 @@ AudioPanel::AudioPanel (ContentPanel* p) , _audio_dialog (0) { _reference = new wxCheckBox (this, wxID_ANY, _("Use this DCP's audio as OV and make VF")); - _reference_note = new wxStaticText (this, wxID_ANY, _("")); + _reference_note = new wxStaticText (this, wxID_ANY, wxT("")); _reference_note->Wrap (200); wxFont font = _reference_note->GetFont(); font.SetStyle(wxFONTSTYLE_ITALIC); |
