diff options
Diffstat (limited to 'src/wx/repeat_dialog.cc')
| -rw-r--r-- | src/wx/repeat_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/repeat_dialog.cc b/src/wx/repeat_dialog.cc index 574dcd1c0..aeaf0420e 100644 --- a/src/wx/repeat_dialog.cc +++ b/src/wx/repeat_dialog.cc @@ -21,7 +21,7 @@ #include "wx_util.h" RepeatDialog::RepeatDialog (wxWindow* parent) - : TableDialog (parent, _("Repeat Content"), 3, true) + : TableDialog (parent, _("Repeat Content"), 3, 1, true) { add (_("Repeat"), true); _number = add (new wxSpinCtrl (this, wxID_ANY)); |
