X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Flanguage_tag_dialog.h;h=34c77666faa2d29e3e5879814f36367ffe5d3342;hb=913bb4e71f287ec7fc050ba5bcf12e3fae26ecfa;hp=ae6ea4ef7a1ca2e69f3e6992320db8168af5007f;hpb=d461d2685050842cb86875f5a5aa62505779b9ed;p=dcpomatic.git diff --git a/src/wx/language_tag_dialog.h b/src/wx/language_tag_dialog.h index ae6ea4ef7..34c77666f 100644 --- a/src/wx/language_tag_dialog.h +++ b/src/wx/language_tag_dialog.h @@ -24,12 +24,24 @@ #include +#include +LIBDCP_DISABLE_WARNINGS #include +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: