summaryrefslogtreecommitdiff
path: root/src/editor/editor_layout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor/editor_layout.cpp')
-rw-r--r--src/editor/editor_layout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor/editor_layout.cpp b/src/editor/editor_layout.cpp
index f98ef00..de3ffb3 100644
--- a/src/editor/editor_layout.cpp
+++ b/src/editor/editor_layout.cpp
@@ -151,7 +151,7 @@ void editor_layout_start_menu( GAME_EDITOR* e ) {
}
static void editor_layout_tool_buttons( GUI_EDITORWINDOW* wnd, const EDITOR_LAYOUT& l ) {
- const char* names[] = { "none", "select", "wall", "poly", "sprite", "ent" };
+ const char* names[] = { "none", "select", "wall", "poly", "object" };
I32 y = l.tool_btn_y;
for( U32 i = 0; i < sizeof( names ) / sizeof( names[0] ); ++i ) {
GUI_BUTTON* btn = (GUI_BUTTON*)gui_find_node( wnd, names[i] );