diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-15 16:58:42 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-01-15 16:58:42 +0100 |
| commit | ae52cd1bb3d469fe4cb5c32b314a6b8a67f15f0e (patch) | |
| tree | 10589afdf9bc934c436d4d9b892b0d00f02a9fb6 /src/wx | |
| parent | fd913d7c4537236c76585edf9681b22c893bd926 (diff) | |
Remove confusing ellipsis (there is no further dialog on choosing a menu option here).
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/content_menu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_menu.cc b/src/wx/content_menu.cc index a9f698340..4691a581d 100644 --- a/src/wx/content_menu.cc +++ b/src/wx/content_menu.cc @@ -113,7 +113,7 @@ ContentMenu::ContentMenu(wxWindow* p, FilmViewer& viewer) _kdm = _menu->Append(ID_kdm, _("Add KDM...")); _ov = _menu->Append(ID_ov, _("Add OV...")); _cpl_menu = new wxMenu(); - _choose_cpl = _menu->Append(ID_choose_cpl, _("Choose CPL..."), _cpl_menu); + _choose_cpl = _menu->Append(ID_choose_cpl, _("Choose CPL"), _cpl_menu); _set_dcp_settings = _menu->Append(ID_set_dcp_settings, _("Set project DCP settings from this DCP")); _set_dcp_markers = _menu->Append(ID_set_dcp_markers, _("Set project markers from this DCP")); _menu->AppendSeparator(); |
