diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-12 23:11:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-02-12 23:11:25 +0100 |
| commit | 795965be6ddef0dba87c762f4dd827f23aebc6e9 (patch) | |
| tree | 96b655d1e7c338acae63a63b2b33b658abed0bb3 /src/tools | |
| parent | 05445d3e3648193ed1274f3a83f041f7d9eb2309 (diff) | |
Rename NAG_BAD_SIGNER_CHAIN -> NAG_BAD_SIGNER_CHAIN_UTF8.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 2482a9cb5..c133f4a76 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -1832,7 +1832,7 @@ private: switch (reason) { case Config::BAD_SIGNER_UTF8_STRINGS: { - if (config->nagged(Config::NAG_BAD_SIGNER_CHAIN)) { + if (config->nagged(Config::NAG_BAD_SIGNER_CHAIN_UTF8)) { return false; } auto d = new RecreateChainDialog ( @@ -1841,7 +1841,7 @@ private: "which will prevent DCPs from being validated correctly on some systems. Do you want to re-create\n" "the certificate chain for signing DCPs and KDMs?"), _("Do nothing"), - Config::NAG_BAD_SIGNER_CHAIN + Config::NAG_BAD_SIGNER_CHAIN_UTF8 ); int const r = d->ShowModal (); d->Destroy (); |
