summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-15 22:53:21 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-15 22:53:21 +0100
commitbb5434e9845556a0bd58792c3082a8a15abd127e (patch)
treeaf13c14ba9d2aa8af5fba9d2ecdef1b3c5fbfad8 /src/wx/wx_util.h
parent49b0830290ed067f94c5f87690e9167c5706d532 (diff)
Add channel count hints to the default audio channel count preference,
and remove the choice for default to zero channels. Remove em-dash from hints as it apparently does not render on Windows for some reason.
Diffstat (limited to 'src/wx/wx_util.h')
-rw-r--r--src/wx/wx_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h
index 54552e3cb..44a2a8212 100644
--- a/src/wx/wx_util.h
+++ b/src/wx/wx_util.h
@@ -69,6 +69,7 @@ extern void dcpomatic_setup_i18n ();
extern wxString context_translation (wxString);
extern std::string string_client_data (wxClientData* o);
extern wxString time_to_timecode (DCPTime t, double fps);
+extern void setup_audio_channels_choice (wxChoice* choice, int minimum);
extern void checked_set (FilePickerCtrl* widget, boost::filesystem::path value);
extern void checked_set (wxSpinCtrl* widget, int value);