summary refs log tree commit diff stats
path: root/tools/mapedit/src/frame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mapedit/src/frame.cpp')
-rw-r--r--tools/mapedit/src/frame.cpp1
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 @@
15static std::list<wxWindow*> openWindows; 15static std::list<wxWindow*> openWindows;
16 16
17enum { 17enum {
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,