diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/variant.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/variant.cc b/src/lib/variant.cc index 00e9ab991..3ccd84d82 100644 --- a/src/lib/variant.cc +++ b/src/lib/variant.cc @@ -40,7 +40,7 @@ static char const* _report_problem_email = "carl@dcpomatic.com"; static bool const _show_tagline = true; static bool const _show_dcpomatic_website = true; -static bool const _show_report_a_problem = false; +static bool const _show_report_a_problem = true; std::string |
