X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fdoremi_certificate_dialog.cc;h=74f19fcc902a7b81286e06e23ee4d21536c18d17;hb=3f5b9a71f980525481251461f9c3d63806972470;hp=578a7a72da1c7d706fc92d60d5a34e6982b2b435;hpb=65274489101d5b5c503ea94d61d7ac5eb1372636;p=dcpomatic.git diff --git a/src/wx/doremi_certificate_dialog.cc b/src/wx/doremi_certificate_dialog.cc index 578a7a72d..74f19fcc9 100644 --- a/src/wx/doremi_certificate_dialog.cc +++ b/src/wx/doremi_certificate_dialog.cc @@ -54,10 +54,10 @@ DoremiCertificateDialog::download () downloaded (false); _message->SetLabel (_("Downloading certificate")); -#ifdef DCPOMATIC_OSX +#ifdef DCPOMATIC_OSX /* This is necessary on OS X, otherwise the SetLabel() above has no visible effect */ wxMilliSleep (200); -#endif +#endif signal_manager->when_idle (boost::bind (&DoremiCertificateDialog::finish_download, this, serial)); }