diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-05-04 11:57:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-05-04 11:57:16 +0100 |
| commit | 2ff11f911be705b33c272cee0c8a42594e7bcd84 (patch) | |
| tree | 70b3f2cb3a48c7879ebbcd8870220c36e3420e02 /src/lib | |
| parent | bb80004d3201047a33dd251ea6c3f6de2b47cb3b (diff) | |
Nag about saving metadata.xml and DCP XMLs when making an encrypted DCP.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index f2d224898..3e74a5049 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -315,6 +315,7 @@ public: enum Nag { NAG_DKDM_CONFIG, + NAG_ENCRYPTED_METADATA, NAG_COUNT }; |
