Hopefully fix menu id error on OS X.
authorCarl Hetherington <cth@carlh.net>
Mon, 7 Oct 2013 10:25:33 +0000 (11:25 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 7 Oct 2013 10:25:33 +0000 (11:25 +0100)
src/wx/content_menu.cc

index 1a409fa6cef18fb4168495ab3b58fb55c2ea8109..60a95a9f26ed8c5166849f114ee7cb3c87220ba1 100644 (file)
@@ -27,7 +27,7 @@ using std::cout;
 using boost::shared_ptr;
 
 enum {
-       ID_repeat,
+       ID_repeat = 1,
        ID_remove
 };