From 9de04792db3dce1aa725c4bdb97d68f9e0a757e5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 6 Jul 2015 22:22:12 +0100 Subject: [PATCH] Problem reporting needs a film. --- src/tools/dcpomatic.cc | 2 +- src/wx/report_problem_dialog.cc | 2 +- 2 files changed, 2 insertions(+), 2 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__ diff --git a/src/wx/report_problem_dialog.cc b/src/wx/report_problem_dialog.cc index 971619daf..44505565c 100644 --- a/src/wx/report_problem_dialog.cc +++ b/src/wx/report_problem_dialog.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington + Copyright (C) 2014-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- 2.30.2