From: Carl Hetherington Date: Mon, 7 Oct 2013 10:25:33 +0000 (+0100) Subject: Hopefully fix menu id error on OS X. X-Git-Tag: v2.0.48~1328^2 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=833d037185b37863d10adaa967c251038d9038e5 Hopefully fix menu id error on OS X. --- diff --git a/src/wx/content_menu.cc b/src/wx/content_menu.cc index 1a409fa6c..60a95a9f2 100644 --- a/src/wx/content_menu.cc +++ b/src/wx/content_menu.cc @@ -27,7 +27,7 @@ using std::cout; using boost::shared_ptr; enum { - ID_repeat, + ID_repeat = 1, ID_remove };