summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_batch.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-04 23:38:08 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-04 23:38:08 +0000
commit918124fb0b2fdf05bf98aee2c74c85387f1d8638 (patch)
tree209154022d91c7381c2ed1b2b00f01ebe14997e6 /src/tools/dcpomatic_batch.cc
parent9a5f1ef94b9916f5cd5996255007200bf61af7bf (diff)
Listen for server replies on different ports on main and batch, and get servers to send replies to both (#1190).
Diffstat (limited to 'src/tools/dcpomatic_batch.cc')
-rw-r--r--src/tools/dcpomatic_batch.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_batch.cc b/src/tools/dcpomatic_batch.cc
index 827229e8f..3cfe6c0a0 100644
--- a/src/tools/dcpomatic_batch.cc
+++ b/src/tools/dcpomatic_batch.cc
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2013-2018 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -280,6 +280,7 @@ class App : public wxApp
bool OnInit ()
{
SetAppName (_("DCP-o-matic Batch Converter"));
+ is_batch_converter = true;
Config::FailedToLoad.connect (boost::bind (&App::config_failed_to_load, this));
Config::Warning.connect (boost::bind (&App::config_warning, this, _1));