From: Carl Hetherington Date: Tue, 28 Mar 2023 23:56:41 +0000 (+0200) Subject: Just call it the Combiner not the DCP Combiner. X-Git-Tag: v2.16.51~12 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=3b352d6c49e433f82212e7d3f7ae8ccdc28566dd Just call it the Combiner not the DCP Combiner. --- 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; }