Dolby is apparently recreating all their certificates (as they will soon expire)...
[dcpomatic.git] / src / wx / language_subtag_panel.h
index 14d5bab117de5aa9a8e9c08565a1b31a1df7dbe8..6f1b5fd011c81b0952557e9c4cf9d49bb447e2b0 100644 (file)
 
 
 #include "subtag_list_ctrl.h"
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/srchctrl.h>
 #include <wx/wx.h>
+LIBDCP_ENABLE_WARNINGS
 #include <boost/signals2.hpp>
 
 
+/** A panel which offers a list of subtags in two columns: subtag and name, and has a search box to
+ *  limit the view to a subset.  The list contained within is a SubtagListCtrl.
+ */
 class LanguageSubtagPanel : public wxPanel
 {
 public: