diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-10 00:22:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-10 00:22:22 +0200 |
| commit | a4d0c85dba60e2837814bd100547189b9a193fff (patch) | |
| tree | c4c22c2d983f454e85b332816979df2e3851e1b7 /src/wx/markers.cc | |
| parent | 74914f0da46845c0faa16117714dafbbacc6fc36 (diff) | |
Rename all_markers() and stop it being possible to set FFOC/LFOC.
Diffstat (limited to 'src/wx/markers.cc')
| -rw-r--r-- | src/wx/markers.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wx/markers.cc b/src/wx/markers.cc index 229980c08..f6ca74a95 100644 --- a/src/wx/markers.cc +++ b/src/wx/markers.cc @@ -27,11 +27,9 @@ using std::vector; vector<pair<wxString, dcp::Marker>> -all_markers() +all_editable_markers() { return vector<pair<wxString, dcp::Marker>>{ - { _("First frame of composition"), dcp::Marker::FFOC }, - { _("Last frame of composition"), dcp::Marker::LFOC }, { _("First frame of title credits"), dcp::Marker::FFTC }, { _("Last frame of title credits"), dcp::Marker::LFTC }, { _("First frame of intermission"), dcp::Marker::FFOI }, |
