Move swaroop playlist editor stuff into its own swaroop_
[dcpomatic.git] / src / tools / dcpomatic_batch.cc
index 9488f728c873d4ff8830211b78e24c31681f30e8..e3beb8dc6deb1760199488c65b60b68abe63c6ef 100644 (file)
@@ -42,6 +42,7 @@
 #include <wx/wx.h>
 #include <boost/foreach.hpp>
 #include <iostream>
+#include <set>
 
 using std::exception;
 using std::string;
@@ -196,8 +197,8 @@ public:
                                if (!confirm_dialog (
                                            this,
                                            wxString::Format(
-                                                   _("The DCPs for this film and the films already in the queue will take up about %.1f Gb.  The "
-                                                     "disks that you are using only have %.1f Gb available.  Do you want to add this film to the queue anyway?"),
+                                                   _("The DCPs for this film and the films already in the queue will take up about %.1f GB.  The "
+                                                     "disks that you are using only have %.1f GB available.  Do you want to add this film to the queue anyway?"),
                                                    total_required, available))) {
                                        return;
                                }
@@ -381,6 +382,8 @@ class App : public wxApp
 {
        bool OnInit ()
        {
+               wxInitAllImageHandlers ();
+
                SetAppName (_("DCP-o-matic Batch Converter"));
                is_batch_converter = true;