Update for TableDialog constructor change.
[dcpomatic.git] / src / wx / cinema_dialog.cc
index 782481d54f6e332c299fdb908750d7769cc16911..a54dd733577b00b4e45a0bb62e4b5ac2de7eef27 100644 (file)
@@ -23,7 +23,7 @@
 using std::string;
 
 CinemaDialog::CinemaDialog (wxWindow* parent, string title, string name, string email)
-       : TableDialog (parent, std_to_wx (title), 2, true)
+       : TableDialog (parent, std_to_wx (title), 2, 1, true)
 {
        add (_("Name"), true);
        _name = add (new wxTextCtrl (this, wxID_ANY, std_to_wx (name), wxDefaultPosition, wxSize (256, -1)));