diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-08 21:19:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 13:45:08 +0100 |
| commit | eb78e6e2c04ceee1d7cff25cd0b5f3486b38a7a5 (patch) | |
| tree | f5329942dbe2735c37e3ab383374b1955ea2aa2b /src/tools/dcpomatic_kdm.cc | |
| parent | 1575bb2940689e937f54b7dfcf67f250bdacc42e (diff) | |
More OS X tweaks.
Diffstat (limited to 'src/tools/dcpomatic_kdm.cc')
| -rw-r--r-- | src/tools/dcpomatic_kdm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_kdm.cc b/src/tools/dcpomatic_kdm.cc index 4b0685d41..df0df5489 100644 --- a/src/tools/dcpomatic_kdm.cc +++ b/src/tools/dcpomatic_kdm.cc @@ -58,7 +58,7 @@ using boost::shared_ptr; using boost::bind; enum { - ID_help_report_a_problem, + ID_help_report_a_problem = 1, }; class DOMFrame : public wxFrame |
