X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fconfig_dialog.h;h=ac90cd42da2af4ae7a2356485a2aedde6ceb1858;hb=f0a2a52ddd1118236d4ce5640339c24bae88aa12;hp=896b463d819d01af0c889035bc41559f90b9ef6a;hpb=c2cbab19cc66ec3e2e2e7e5c8c208983396de70c;p=dcpomatic.git diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h index 896b463d8..ac90cd42d 100644 --- a/src/wx/config_dialog.h +++ b/src/wx/config_dialog.h @@ -107,6 +107,7 @@ private: wxChoice* _language; wxCheckBox* _sound; wxChoice* _sound_output; + wxStaticText* _sound_output_details; wxCheckBox* _check_for_updates; wxCheckBox* _check_for_test_updates; }; @@ -120,7 +121,7 @@ public: int border, boost::function)> set, boost::function (void)> get, - boost::function nag_remake + boost::function nag_alter ); void add_button (wxWindow* button); @@ -151,7 +152,7 @@ private: wxBoxSizer* _button_sizer; boost::function)> _set; boost::function (void)> _get; - boost::function _nag_remake; + boost::function _nag_alter; }; class KeysPage : public StandardPage @@ -176,7 +177,7 @@ private: void export_decryption_certificate (); void config_changed () {} - bool nag_remake_decryption_chain (); + bool nag_alter_decryption_chain (); void decryption_advanced (); void signing_advanced (); void export_decryption_chain_and_key ();