Initial stuff; mostly ok but some hints are still not implemented as warnings.
[dcpomatic.git] / src / wx / make_chain_dialog.cc
index be9908ab9dc1bb7521ec806d6b8b51e6c0256f13..17af4855457447e182aab2ec675d60681fc1000a 100644 (file)
@@ -30,7 +30,7 @@ MakeChainDialog::MakeChainDialog (
        string intermediate_common_name,
        string leaf_common_name
        )
-       : TableDialog (parent, _("Make certificate chain"), 2, true)
+       : TableDialog (parent, _("Make certificate chain"), 2, 1, true)
 {
        wxTextValidator validator (wxFILTER_EXCLUDE_CHAR_LIST);
        validator.SetCharExcludes (wxT ("/"));