Allow customisation of error report email address.
[dcpomatic.git] / src / wx / wx_variant.cc
index 690e3a3307b755e605a3dc096a7b3ce42de49fa6..96b00bba49f74ff93e46e2d729b59f6224f5f111 100644 (file)
@@ -138,3 +138,10 @@ variant::wx::insert_dcpomatic_verifier(wxString const& s)
 {
        return wxString::Format(s, dcpomatic_verifier());
 }
+
+wxString
+variant::wx::report_problem_email()
+{
+       return std_to_wx(variant::report_problem_email());
+}
+