summaryrefslogtreecommitdiff
path: root/src/wx/screen_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-07 17:09:43 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-09 13:44:57 +0100
commit76196d4356ca5d92047e46ce8d617c688ad88c91 (patch)
tree83a9b23bfab8ea1c699dd6f2e6c0908ba60f5433 /src/wx/screen_dialog.cc
parentf001a5020a6307f1adf650bd33a0c2a2ea26d468 (diff)
Update for TableDialog constructor change.
Diffstat (limited to 'src/wx/screen_dialog.cc')
-rw-r--r--src/wx/screen_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/screen_dialog.cc b/src/wx/screen_dialog.cc
index da813e32a..e312af920 100644
--- a/src/wx/screen_dialog.cc
+++ b/src/wx/screen_dialog.cc
@@ -33,7 +33,7 @@ using std::cout;
using boost::optional;
ScreenDialog::ScreenDialog (wxWindow* parent, string title, string name, optional<dcp::Certificate> certificate)
- : TableDialog (parent, std_to_wx (title), 2, true)
+ : TableDialog (parent, std_to_wx (title), 2, 1, true)
, _certificate (certificate)
{
add (_("Name"), true);