Display the rating agency name rather than the URL (if we have it).
[dcpomatic.git] / src / wx / metadata_dialog.h
index 591ef3db44b3d0db62f814d8019fd326ec9f0623..ea7233cbb1f3b12bfd6086abc78ce3dde33fc493 100644 (file)
@@ -31,6 +31,7 @@
 LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
 LIBDCP_ENABLE_WARNINGS
+#include <unordered_map>
 
 
 class Button;
@@ -53,6 +54,7 @@ protected:
        virtual void setup_sensitivity ();
 
        EditableList<dcp::Rating, RatingDialog>* _ratings;
+       std::unordered_map<std::string, std::string> _rating_system_agency_to_name;
 
 private:
        void sign_language_video_language_changed ();