diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mapedit/src/frame.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mapedit/src/frame.cpp b/tools/mapedit/src/frame.cpp index aad3294..7112102 100644 --- a/tools/mapedit/src/frame.cpp +++ b/tools/mapedit/src/frame.cpp | |||
@@ -15,6 +15,7 @@ | |||
15 | static std::list<wxWindow*> openWindows; | 15 | static std::list<wxWindow*> openWindows; |
16 | 16 | ||
17 | enum { | 17 | enum { |
18 | IGNORE, | ||
18 | MENU_VIEW_ZOOM_IN, | 19 | MENU_VIEW_ZOOM_IN, |
19 | MENU_VIEW_ZOOM_OUT, | 20 | MENU_VIEW_ZOOM_OUT, |
20 | MENU_FILE_NEW, | 21 | MENU_FILE_NEW, |