Update for TableDialog constructor change.
[dcpomatic.git] / src / wx / new_film_dialog.cc
index eae14df74538e122fdc6957defbd634d1b28a9b5..99cd735f4b9805ce4cbe2e745e72c2466c684072 100644 (file)
@@ -32,7 +32,7 @@ using namespace boost;
 boost::optional<boost::filesystem::path> NewFilmDialog::_directory;
 
 NewFilmDialog::NewFilmDialog (wxWindow* parent)
-       : TableDialog (parent, _("New Film"), 2, true)
+       : TableDialog (parent, _("New Film"), 2, 1, true)
 {
        add (_("Film name"), true);
        _name = add (new wxTextCtrl (this, wxID_ANY));