Draw subtitle content in the timeline.
[dcpomatic.git] / src / wx / screen_dialog.cc
index f94400be7fed94ff873601d5f7740a714fe41089..89249645a5153009c2b0e26530561a4ce7e837d8 100644 (file)
@@ -105,5 +105,5 @@ void
 ScreenDialog::setup_sensitivity ()
 {
        wxButton* ok = dynamic_cast<wxButton*> (FindWindowById (wxID_OK, this));
-       ok->Enable (_certificate);
+       ok->Enable (_certificate.get ());
 }