Basic (untested) ebur128 (#368).
[dcpomatic.git] / src / wx / config_dialog.cc
index 61685b0e5ad4a070df453d669d8550050130b774..fe305604418dcf5b724b64fe206c66fe6cd47775 100644 (file)
@@ -193,7 +193,7 @@ private:
                table->Add (_check_for_updates, wxGBPosition (r, 0), wxGBSpan (1, 2));
                ++r;
 
-               _check_for_test_updates = new wxCheckBox (_panel, wxID_ANY, _("Check for testing updates as well as stable ones"));
+               _check_for_test_updates = new wxCheckBox (_panel, wxID_ANY, _("Check for testing updates on startup"));
                table->Add (_check_for_test_updates, wxGBPosition (r, 0), wxGBSpan (1, 2));
                ++r;
 
@@ -697,7 +697,7 @@ public:
                _button_sizer = new wxBoxSizer (wxHORIZONTAL);
                _remake_certificates = new wxButton (this, wxID_ANY, _("Re-make certificates and key..."));
                _button_sizer->Add (_remake_certificates, 1, wxRIGHT, border);
-               table->Add (_button_sizer, wxGBPosition (r, 0), wxGBSpan (1, 3));
+               table->Add (_button_sizer, wxGBPosition (r, 0), wxGBSpan (1, 4));
                ++r;
 
                _add_certificate->Bind     (wxEVT_COMMAND_BUTTON_CLICKED,       boost::bind (&CertificateChainEditor::add_certificate, this));