summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-05-10 19:59:41 +0000
committersmatz <smatz@openttd.org>2008-05-10 19:59:41 +0000
commitd41f3def5cc73c91848a37caa6925b46d3db5028 (patch)
tree3f8ec1194014dafa7540e9340008992367978af7 /src/misc_gui.cpp
parent6ad199d12758c04513d4da296bfe00fa0686ee49 (diff)
downloadopenttd-d41f3def5cc73c91848a37caa6925b46d3db5028.tar.xz
(svn r13033) -Fix [FS#2003](r13029): land info tool wasn't working
Diffstat (limited to 'src/misc_gui.cpp')
-rw-r--r--src/misc_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp
index 89f76e6dc..c93777daa 100644
--- a/src/misc_gui.cpp
+++ b/src/misc_gui.cpp
@@ -80,7 +80,7 @@ class LandInfoWindow : public Window {
public:
char landinfo_data[LAND_INFO_LINES][LAND_INFO_LINE_BUFF_SIZE];
- virtual void HandlePaintEvent()
+ virtual void OnPaint()
{
DrawWindowWidgets(this);