summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-03 09:14:58 +0100
committerCarl Hetherington <cth@carlh.net>2016-10-03 09:14:58 +0100
commit1fb11836b91977a949bef5eae807d57b13fe9bf8 (patch)
tree2a9ebae3c5cd7b8fdec2d718be98a7d4c15e2215 /src/tools
parent1b7e04a8628bf7eff1c58d1db05ecd89ac3f664d (diff)
Fix various bad automatic merges in i18n files.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dcpomatic_batch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_batch.cc b/src/tools/dcpomatic_batch.cc
index ca9ec3a6b..baac049c0 100644
--- a/src/tools/dcpomatic_batch.cc
+++ b/src/tools/dcpomatic_batch.cc
@@ -111,7 +111,7 @@ public:
s->Add (panel, 1, wxEXPAND);
SetSizer (s);
- JobManagerView* job_manager_view = new JobManagerView (panel, false);
+ JobManagerView* job_manager_view = new JobManagerView (panel, true);
_sizer->Add (job_manager_view, 1, wxALL | wxEXPAND, 6);
wxSizer* buttons = new wxBoxSizer (wxHORIZONTAL);