diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-26 22:26:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-26 22:26:29 +0000 |
| commit | 7e96c292eaef71ed69b63aeeab9a567ea8f9c487 (patch) | |
| tree | b9fb6d8b824ac181e57f972be6fdf75bffcfa346 /src | |
| parent | d2a38c350edb9c0e00ba3be882098e735ae23bfb (diff) | |
Missing _() markup.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_editor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index ef3534939..92fb9d0f3 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -151,7 +151,7 @@ FilmEditor::make_dcp_panel () } ++r; - _encrypted = new wxCheckBox (_dcp_panel, wxID_ANY, wxT ("Encrypted")); + _encrypted = new wxCheckBox (_dcp_panel, wxID_ANY, _("Encrypted")); grid->Add (_encrypted, wxGBPosition (r, 0), wxGBSpan (1, 2)); ++r; |
