Typo in previous.
authorCarl Hetherington <cth@carlh.net>
Tue, 20 Mar 2018 13:37:54 +0000 (13:37 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 20 Mar 2018 13:37:54 +0000 (13:37 +0000)
src/wx/verify_dcp_dialog.cc

index 00fb3bdd62ba725a835d04e926b96e0d77b2288f..aff4a92f05b55372b15624670faf25df37eab5ac 100644 (file)
@@ -59,7 +59,7 @@ VerifyDCPDialog::VerifyDCPDialog (wxWindow* parent, list<dcp::VerificationNote>
                case dcp::VerificationNote::VERIFY_WARNING:
                        _text->BeginStandardBullet (N_("standard/diamond"), 1, 50);
                        break;
-               case dcp::VerificationNote::VERIFY_NOTE:
+               case dcp::VerificationNote::VERIFY_ERROR:
                        _text->BeginSymbolBullet (N_("!"), 1, 50);
                        break;
                }