diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-24 21:07:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-24 21:07:27 +0000 |
| commit | b3bc97f68bfdfbb060d971502596b455567dea79 (patch) | |
| tree | 727c0c4598a60d73ac4dcf5b101d8b5add85d711 /src | |
| parent | 9313fe8c7247cc563ac4fd750ee0c6b51308561f (diff) | |
Possibly fix OSX startup error in batch converter (#1501).
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic_batch.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_batch.cc b/src/tools/dcpomatic_batch.cc index 48c7c2da5..e3beb8dc6 100644 --- a/src/tools/dcpomatic_batch.cc +++ b/src/tools/dcpomatic_batch.cc @@ -382,6 +382,8 @@ class App : public wxApp { bool OnInit () { + wxInitAllImageHandlers (); + SetAppName (_("DCP-o-matic Batch Converter")); is_batch_converter = true; |
