Remove some vestigial stuff.
[dcpomatic.git] / src / tools / dvdomatic.cc
index 21c2ce7603b4f6c251e81594fe0bce406f915db6..9efe3f545775e3ca9092bb05a4c090e2c71f3767 100644 (file)
@@ -284,7 +284,7 @@ private:
                if (r == wxID_OK) {
 
                        if (boost::filesystem::exists (d->get_path())) {
-                               error_dialog (this, wxString::Format (_("The directory %s already exists"), d->get_path().c_str()));
+                               error_dialog (this, wxString::Format (_("The directory %s already exists."), d->get_path().c_str()));
                                return;
                        }
                        
@@ -347,7 +347,7 @@ private:
 
        void jobs_make_dcp (wxCommandEvent &)
        {
-               JobWrapper::make_dcp (this, film, true);
+               JobWrapper::make_dcp (this, film);
        }
        
        void jobs_send_dcp_to_tms (wxCommandEvent &)