From 3b352d6c49e433f82212e7d3f7ae8ccdc28566dd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 29 Mar 2023 01:56:41 +0200 Subject: [PATCH] Just call it the Combiner not the DCP Combiner. --- src/tools/dcpomatic_combiner.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/dcpomatic_combiner.cc b/src/tools/dcpomatic_combiner.cc index a4f80ac8e..c135184e6 100644 --- a/src/tools/dcpomatic_combiner.cc +++ b/src/tools/dcpomatic_combiner.cc @@ -253,7 +253,7 @@ public: */ Config::drop (); - _frame = new DOMFrame (_("DCP-o-matic DCP Combiner")); + _frame = new DOMFrame(_("DCP-o-matic Combiner")); SetTopWindow (_frame); _frame->Show (); @@ -263,7 +263,7 @@ public: } catch (exception& e) { - error_dialog (nullptr, wxString::Format ("DCP-o-matic DCP Combiner could not start."), std_to_wx(e.what())); + error_dialog(nullptr, wxString::Format("DCP-o-matic Combiner could not start."), std_to_wx(e.what())); return false; } -- 2.30.2