X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fkdm_dialog.cc;h=55364f5974e04bbf8231d3426edb8b6ee843e688;hp=f59250750bc590734c13efc4e93b11cfb3d30ee4;hb=8b2a3f31b6b4238d8534549f495e7276174ddfba;hpb=9c1bb2e5ca7c80c4e26b1b2e41159aa171360a94 diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc index f59250750..55364f597 100644 --- a/src/wx/kdm_dialog.cc +++ b/src/wx/kdm_dialog.cc @@ -26,6 +26,7 @@ #include "kdm_cpl_panel.h" #include "confirm_kdm_email_dialog.h" #include "static_text.h" +#include "dcpomatic_button.h" #include "lib/film.h" #include "lib/screen.h" #include "lib/screen_kdm.h" @@ -97,7 +98,7 @@ KDMDialog::KDMDialog (wxWindow* parent, shared_ptr film) _output = new KDMOutputPanel (this, film->interop ()); right->Add (_output, 0, wxEXPAND | wxTOP, DCPOMATIC_SIZER_GAP); - _make = new wxButton (this, wxID_ANY, _("Make KDMs")); + _make = new Button (this, _("Make KDMs")); right->Add (_make, 0, wxTOP | wxBOTTOM, DCPOMATIC_SIZER_GAP); /* Make an overall sizer to get a nice border */