From 833d037185b37863d10adaa967c251038d9038e5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 7 Oct 2013 11:25:33 +0100 Subject: [PATCH] Hopefully fix menu id error on OS X. --- src/wx/content_menu.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- 2.30.2