X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fkey_dialog.cc;h=2062a2341aa060f75aa4fac62b029b880b4ae487;hb=f7ebd3343016172142e254ea014967f193e9861d;hp=01f7e44a891337335bf56bbe29fc1057127e9569;hpb=e018270ed19d893fdc339052b1b120988d0e9a7e;p=dcpomatic.git diff --git a/src/wx/key_dialog.cc b/src/wx/key_dialog.cc index 01f7e44a8..2062a2341 100644 --- a/src/wx/key_dialog.cc +++ b/src/wx/key_dialog.cc @@ -19,11 +19,12 @@ #include "key_dialog.h" #include "wx_util.h" +#include using std::cout; KeyDialog::KeyDialog (wxWindow* parent, dcp::Key key) - : TableDialog (parent, _("Key"), 3, true) + : TableDialog (parent, _("Key"), 3, 1, true) { add (_("Key"), true);