Sync contributors with database.
[dcpomatic.git] / src / wx / key_dialog.cc
index 01f7e44a891337335bf56bbe29fc1057127e9569..2062a2341aa060f75aa4fac62b029b880b4ae487 100644 (file)
 
 #include "key_dialog.h"
 #include "wx_util.h"
+#include <iostream>
 
 using std::cout;
 
 KeyDialog::KeyDialog (wxWindow* parent, dcp::Key key)
-       : TableDialog (parent, _("Key"), 3, true)
+       : TableDialog (parent, _("Key"), 3, 1, true)
 {
        add (_("Key"), true);