summaryrefslogtreecommitdiff
path: root/src/wx/dolby_certificate_panel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/dolby_certificate_panel.cc')
-rw-r--r--src/wx/dolby_certificate_panel.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/dolby_certificate_panel.cc b/src/wx/dolby_certificate_panel.cc
index 8652f43b6..7e6404cfb 100644
--- a/src/wx/dolby_certificate_panel.cc
+++ b/src/wx/dolby_certificate_panel.cc
@@ -201,6 +201,7 @@ DolbyCertificatePanel::finish_download (wxStaticText* message)
message->SetLabel (std_to_wx (error.get ()));
} else {
message->SetLabel (_("Certificate downloaded"));
+ _dialog->setup_sensitivity ();
}
}