diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-01 01:06:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-01 01:06:59 +0100 |
| commit | 19dc892c17ab7a0f1ca56116eab6d434c8742846 (patch) | |
| tree | be54e56f616e79e95da0d4e2a7b6911dfa0980bb /src/wx/config_dialog.cc | |
| parent | 1d022220899c63e2cae0a2a9a81f6c6db955a23d (diff) | |
Missing content filename stuff in DCP filename format.
Diffstat (limited to 'src/wx/config_dialog.cc')
| -rw-r--r-- | src/wx/config_dialog.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc index 3f3565122..640f73873 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -1415,11 +1415,13 @@ private: titles['i'] = "unique ID"; titles['r'] = "reel number"; titles['n'] = "number of reels"; + titles['c'] = "content filename"; dcp::NameFormat::Map examples; examples['t'] = "j2c"; examples['i'] = "eb1c112c-ca3c-4ae6-9263-c6714ff05d64"; examples['r'] = "1"; examples['n'] = "4"; + examples['c'] = "myfile.mp4"; _dcp_filename_format = new NameFormatEditor (_panel, Config::instance()->dcp_filename_format(), titles, examples); table->Add (_dcp_filename_format->panel(), 1, wxEXPAND | wxALL); |
