diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-08 21:19:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:45:08 +0100 |
| commit | eb78e6e2c04ceee1d7cff25cd0b5f3486b38a7a5 (patch) | |
| tree | f5329942dbe2735c37e3ab383374b1955ea2aa2b /src/tools/dcpomatic_batch.cc | |
| parent | 1575bb2940689e937f54b7dfcf67f250bdacc42e (diff) | |
More OS X tweaks.
Diffstat (limited to 'src/tools/dcpomatic_batch.cc')
| -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 8d787dd50..a5c498e0b 100644 --- a/src/tools/dcpomatic_batch.cc +++ b/src/tools/dcpomatic_batch.cc @@ -194,6 +194,8 @@ class App : public wxApp { bool OnInit () { + SetAppName (_("DCP-o-matic Batch Converter")); + if (!wxApp::OnInit()) { return false; } |
