diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-07 11:25:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-07 11:25:33 +0100 |
| commit | 833d037185b37863d10adaa967c251038d9038e5 (patch) | |
| tree | 52fd34e3d3c56a6755e692e33d5bef79533f7a03 | |
| parent | 27101c560e670bee6f6190a59b5452b1c128b2a5 (diff) | |
Hopefully fix menu id error on OS X.
| -rw-r--r-- | src/wx/content_menu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |
