Use ScopeGuard for _no_check_selection
[dcpomatic.git] / src / wx / language_tag_dialog.h
index ae6ea4ef7a1ca2e69f3e6992320db8168af5007f..34c77666faa2d29e3e5879814f36367ffe5d3342 100644 (file)
 
 
 #include <dcp/language_tag.h>
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
+LIBDCP_ENABLE_WARNINGS
 
 
 class wxListCtrl;
 
 
+/** A dialog to choose a language e.g.
+ *
+ *      English                en
+ *      German                 de
+ *      Portuguese for Brazil  pt-BR
+ *
+ *  It displays the full names of languages in one column, and the tag in the other,
+ *  and has a button to add a new language using FullLanguageTagDialog.
+ */
 class LanguageTagDialog : public wxDialog
 {
 public: