diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-10-20 21:24:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-10-20 21:24:28 +0100 |
| commit | 3c79703cf661285fca32a956f8c8a9cb185ea7fa (patch) | |
| tree | 20e6e0f5b152b18e2d637ac2dfafd5888ca64b5a /src/wx/audio_panel.cc | |
| parent | a1e52526e1d8252808228e0619968bfe2ee06be6 (diff) | |
Remove erroneous empty gettext translations.
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); |
