X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Flanguage_tag_dialog.cc;fp=src%2Fwx%2Flanguage_tag_dialog.cc;h=a3ad847d52b9c98d6bb375d3b69811f15ee47859;hp=6fdcdba7898f039d177bce0aa104439d94e9528f;hb=c3802179cb922adc58232dcd5a29fc3962494293;hpb=8833ea90cf818e87da7a8f31698a04da54987521 diff --git a/src/wx/language_tag_dialog.cc b/src/wx/language_tag_dialog.cc index 6fdcdba78..a3ad847d5 100644 --- a/src/wx/language_tag_dialog.cc +++ b/src/wx/language_tag_dialog.cc @@ -46,7 +46,7 @@ LanguageTagDialog::LanguageTagDialog (wxWindow* parent, dcp::LanguageTag tag) overall_sizer->Add (_list, 0, wxALL, DCPOMATIC_SIZER_GAP); overall_sizer->Add (add, 0, wxALL, DCPOMATIC_SIZER_GAP); - auto buttons = CreateSeparatedButtonSizer (wxOK); + auto buttons = CreateSeparatedButtonSizer(wxOK | wxCANCEL); if (buttons) { overall_sizer->Add (buttons, wxSizerFlags().Expand().DoubleBorder()); }