X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Ftools%2Fdcpomatic_batch.cc;h=e3beb8dc6deb1760199488c65b60b68abe63c6ef;hb=adeab682b76138d7a05bab3943af23cd57e2bc57;hp=e01ee911457de89f2e4808f23145b0b1e897e080;hpb=a31113a61e88293e984f1cf486c0bb8cc5aa5975;p=dcpomatic.git diff --git a/src/tools/dcpomatic_batch.cc b/src/tools/dcpomatic_batch.cc index e01ee9114..e3beb8dc6 100644 --- a/src/tools/dcpomatic_batch.cc +++ b/src/tools/dcpomatic_batch.cc @@ -42,6 +42,7 @@ #include #include #include +#include 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 %1.f 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;