Add Cancel button to custom colour conversion dialogue (#880).
[dcpomatic.git] / src / wx / content_colour_conversion_dialog.cc
index 995e80f6b6c705c0fee404103bd6792fd0164fec..badfb894f7391ef350bb8360805158ea82040615 100644 (file)
@@ -51,7 +51,7 @@ ContentColourConversionDialog::ContentColourConversionDialog (wxWindow* parent,
        overall_sizer->Add (new wxStaticLine (this, wxID_ANY), 0, wxEXPAND);
        overall_sizer->Add (_editor);
 
-       wxSizer* buttons = CreateSeparatedButtonSizer (wxOK);
+       wxSizer* buttons = CreateSeparatedButtonSizer (wxOK | wxCANCEL);
        if (buttons) {
                overall_sizer->Add (buttons, wxSizerFlags().Expand().DoubleBorder());
        }