src/widget/widget_resizebox.cpp
branchcpp_gui
changeset 6289 be3d8bd9fb02
parent 6282 c5b92f2d924f
child 6290 8078f7a3c8a0
--- a/src/widget/widget_resizebox.cpp	Sun Mar 04 13:13:24 2007 +0000
+++ b/src/widget/widget_resizebox.cpp	Sun Mar 04 22:36:22 2007 +0000
@@ -3,7 +3,6 @@
 #include "../stdafx.h"
 #include <stdarg.h>
 #include "../openttd.h"
-#include "table/strings.h"
 #include "../debug.h"
 #include "../functions.h"
 #include "../map.h"
@@ -17,6 +16,7 @@
 #include "../genworld.h"
 #include "../helpers.hpp"
 #include "window_events.hpp"
+#include "widget_types.h"
 
 namespace gui {
 
@@ -49,8 +49,6 @@
 	SetTopLeft(m_container->BottomRight() - size + Point16(1, 1));
 	SetBottomRight(m_container->BottomRight());
 
-	m_tooltips = STR_RESIZE_BUTTON;
-
 	SetAnchors(PIN_RIGHT | PIN_BOTTOM);
 	super::OnCreate(ev);
 }