diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-07 17:09:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:44:57 +0100 |
| commit | 76196d4356ca5d92047e46ce8d617c688ad88c91 (patch) | |
| tree | 83a9b23bfab8ea1c699dd6f2e6c0908ba60f5433 /src/wx/key_dialog.cc | |
| parent | f001a5020a6307f1adf650bd33a0c2a2ea26d468 (diff) | |
Update for TableDialog constructor change.
Diffstat (limited to 'src/wx/key_dialog.cc')
| -rw-r--r-- | src/wx/key_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/key_dialog.cc b/src/wx/key_dialog.cc index d8005a600..2062a2341 100644 --- a/src/wx/key_dialog.cc +++ b/src/wx/key_dialog.cc @@ -24,7 +24,7 @@ using std::cout; KeyDialog::KeyDialog (wxWindow* parent, dcp::Key key) - : TableDialog (parent, _("Key"), 3, true) + : TableDialog (parent, _("Key"), 3, 1, true) { add (_("Key"), true); |
