Add tooltip to DCP name.
[dcpomatic.git] / src / wx / wx_util.h
index 54552e3cbc407d69b62893e1e6886bf4baa071b6..44a2a821252853cb54fb2527ea7167a4f317da29 100644 (file)
@@ -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);