summaryrefslogtreecommitdiff
path: root/src/wx/repeat_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/repeat_dialog.cc
parentf001a5020a6307f1adf650bd33a0c2a2ea26d468 (diff)
Update for TableDialog constructor change.
Diffstat (limited to 'src/wx/repeat_dialog.cc')
-rw-r--r--src/wx/repeat_dialog.cc2
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));