summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-06 22:22:12 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-06 22:22:12 +0100
commit9de04792db3dce1aa725c4bdb97d68f9e0a757e5 (patch)
tree1c41c153ea2cd76b3e842a0d73c6c82213a08723 /src/tools
parentc09b2ced70e1cfa973172aae8bcd804a5b2e3d70 (diff)
Problem reporting needs a film.
Diffstat (limited to 'src/tools')
-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 0a105fa6b..5365b4eec 100644
--- a/src/tools/dcpomatic.cc
+++ b/src/tools/dcpomatic.cc
@@ -709,7 +709,7 @@ private:
#else
add_item (help, _("About"), wxID_ABOUT, ALWAYS);
#endif
- add_item (help, _("Report a problem..."), ID_help_report_a_problem, ALWAYS);
+ add_item (help, _("Report a problem..."), ID_help_report_a_problem, NEEDS_FILM);
m->Append (_file_menu, _("&File"));
#ifndef __WXOSX__