Commit 10f658b9 authored by hybrid's avatar hybrid

Fix missing GUI element name, found by loverlinfish.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2567 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 88d873be
...@@ -79,12 +79,12 @@ enum EGUI_ELEMENT_TYPE ...@@ -79,12 +79,12 @@ enum EGUI_ELEMENT_TYPE
//! A tool bar (IGUIToolBar) //! A tool bar (IGUIToolBar)
EGUIET_TOOL_BAR, EGUIET_TOOL_BAR,
//! A window
EGUIET_WINDOW,
//! A Tree View //! A Tree View
EGUIET_TREE_VIEW, EGUIET_TREE_VIEW,
//! A window
EGUIET_WINDOW,
//! Not an element, amount of elements in there //! Not an element, amount of elements in there
EGUIET_COUNT, EGUIET_COUNT,
...@@ -120,6 +120,7 @@ const c8* const GUIElementTypeNames[] = ...@@ -120,6 +120,7 @@ const c8* const GUIElementTypeNames[] =
"tabControl", "tabControl",
"table", "table",
"toolBar", "toolBar",
"treeview",
"window", "window",
0 0
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment