diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-15 00:07:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-15 01:05:19 +0100 |
| commit | b8cd038b2f5e6d521b3593c4f6024bf1cd287670 (patch) | |
| tree | e85ef0e933e9297cdd0176757f7435204df55688 /src/wx/config_dialog.h | |
| parent | 6c4ba247bc27d55ed16b012225acd10d485c1f48 (diff) | |
Add some details of the what the configured sound output means.
Diffstat (limited to 'src/wx/config_dialog.h')
| -rw-r--r-- | src/wx/config_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/config_dialog.h b/src/wx/config_dialog.h index ab2553e56..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; }; |
