diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-06-13 21:30:39 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-06-13 21:30:39 +0200 |
| commit | 103fa20b2740e390ae8fbcbfeb3895dface25ec2 (patch) | |
| tree | f40c83c58fbd9e549331528939e829c8285a40b0 | |
| parent | f061d22bd48bdc33e105e450b774d90eecda3149 (diff) | |
Might as well always allow problem reporting.
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
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")); |
