summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tools/dcpomatic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc
index 4ab9c03ed..d8e79d667 100644
--- a/src/tools/dcpomatic.cc
+++ b/src/tools/dcpomatic.cc
@@ -1439,7 +1439,7 @@ private:
add_item (help, _("About"), wxID_ABOUT, ALWAYS);
#endif
if (variant::show_report_a_problem()) {
- add_item(help, _("Report a problem..."), ID_help_report_a_problem, NEEDS_FILM);
+ add_item(help, _("Report a problem..."), ID_help_report_a_problem, ALWAYS);
}
m->Append (_file_menu, _("&File"));