DVD-o-matic -> DCP-o-matic.
[dcpomatic.git] / src / wx / wx_util.cc
index 720a058cb771425b67f0828aed0ba7f9fb8deb63..3dad6e7fd84ea455edc398bd391207ee2c2ecad0 100644 (file)
@@ -58,7 +58,7 @@ add_label_to_grid_bag_sizer (wxGridBagSizer* s, wxWindow* p, wxString t, wxGBPos
 void
 error_dialog (wxWindow* parent, wxString m)
 {
-       wxMessageDialog* d = new wxMessageDialog (parent, m, _("DVD-o-matic"), wxOK);
+       wxMessageDialog* d = new wxMessageDialog (parent, m, _("DCP-o-matic"), wxOK);
        d->ShowModal ();
        d->Destroy ();
 }