summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/control.cpp b/src/ui/control.cpp
index 7c77c95..bed84dd 100644
--- a/src/ui/control.cpp
+++ b/src/ui/control.cpp
@@ -57,7 +57,7 @@ CControl::~CControl()
bool CControl::Create(Math::Point pos, Math::Point dim, int icon, EventType eventType)
{
- char text[100];
+ char text[200];
std::string str_text;
if ( eventType == EVENT_NULL )