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/image_sequence_dialog.cc | |
| parent | f001a5020a6307f1adf650bd33a0c2a2ea26d468 (diff) | |
Update for TableDialog constructor change.
Diffstat (limited to 'src/wx/image_sequence_dialog.cc')
| -rw-r--r-- | src/wx/image_sequence_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/image_sequence_dialog.cc b/src/wx/image_sequence_dialog.cc index 12d12182f..0cdf653a5 100644 --- a/src/wx/image_sequence_dialog.cc +++ b/src/wx/image_sequence_dialog.cc @@ -22,7 +22,7 @@ #include "lib/raw_convert.h" ImageSequenceDialog::ImageSequenceDialog (wxWindow* parent) - : TableDialog (parent, _("Add image sequence"), 2, true) + : TableDialog (parent, _("Add image sequence"), 2, 1, true) { add (_("Frame rate"), true); _frame_rate = add (new wxTextCtrl (this, wxID_ANY, N_("24"))); |
