Cleanup: use ScopeGuard.
[dcpomatic.git] / src / wx / language_subtag_panel.h
index e5972a92cac8f596ebd6b97bfef6da98c0e82369..6f1b5fd011c81b0952557e9c4cf9d49bb447e2b0 100644 (file)
@@ -28,6 +28,9 @@ 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: