diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-03-08 23:15:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-03-28 19:47:28 +0100 |
| commit | 6df91dae3f24af4dfc37c4e29ca5f3b94772b946 (patch) | |
| tree | 5d5cad8888201867cfad96e4eaa9b81d0e24e5a7 /src | |
| parent | 5e09d91f2e7eae52e8ff30babd4c72f521ecb608 (diff) | |
Call it DCP-o-matic Disk Writer for now.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic_dist.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic_dist.cc b/src/tools/dcpomatic_dist.cc index b04f8fd61..433dcd209 100644 --- a/src/tools/dcpomatic_dist.cc +++ b/src/tools/dcpomatic_dist.cc @@ -211,7 +211,7 @@ public: Config::FailedToLoad.connect (boost::bind (&App::config_failed_to_load, this)); Config::Warning.connect (boost::bind (&App::config_warning, this, _1)); - SetAppName (_("DCP-o-matic Distribution")); + SetAppName (_("DCP-o-matic Disk Writer")); if (!wxApp::OnInit()) { return false; @@ -247,7 +247,7 @@ public: */ Config::drop (); - _frame = new DOMFrame (_("DCP-o-matic Distribution")); + _frame = new DOMFrame (_("DCP-o-matic Disk Writer")); SetTopWindow (_frame); _frame->Show (); |
