Use ScopeGuard for _no_check_selection
[dcpomatic.git] / src / wx / language_tag_dialog.h
index b9085e97afa4cbb5276382c675a4230f5e56f7f6..34c77666faa2d29e3e5879814f36367ffe5d3342 100644 (file)
@@ -33,6 +33,15 @@ 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: