Problem reporting needs a film.
authorCarl Hetherington <cth@carlh.net>
Mon, 6 Jul 2015 21:22:12 +0000 (22:22 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 6 Jul 2015 21:22:12 +0000 (22:22 +0100)
src/tools/dcpomatic.cc
src/wx/report_problem_dialog.cc

index 0a105fa6bc66a24b60b054c0682702166c73cbe8..5365b4eec685d3560496525e1e75e1121faf7be8 100644 (file)
@@ -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__
index 971619dafffab76df647dfe979d161eded09de13..44505565c0e283084f2539de548bd8dc2b0e69f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net>
 
     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