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/video_panel.cc | |
| parent | a1e52526e1d8252808228e0619968bfe2ee06be6 (diff) | |
Remove erroneous empty gettext translations.
Diffstat (limited to 'src/wx/video_panel.cc')
| -rw-r--r-- | src/wx/video_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc index 2fadfab33..2ae4e0fb7 100644 --- a/src/wx/video_panel.cc +++ b/src/wx/video_panel.cc @@ -75,7 +75,7 @@ VideoPanel::VideoPanel (ContentPanel* p) : ContentSubPanel (p, _("Video")) { _reference = new wxCheckBox (this, wxID_ANY, _("Use this DCP's video 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); |
