diff options
author | smatz <smatz@openttd.org> | 2008-05-10 19:59:41 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2008-05-10 19:59:41 +0000 |
commit | d41f3def5cc73c91848a37caa6925b46d3db5028 (patch) | |
tree | 3f8ec1194014dafa7540e9340008992367978af7 /src | |
parent | 6ad199d12758c04513d4da296bfe00fa0686ee49 (diff) | |
download | openttd-d41f3def5cc73c91848a37caa6925b46d3db5028.tar.xz |
(svn r13033) -Fix [FS#2003](r13029): land info tool wasn't working
Diffstat (limited to 'src')
-rw-r--r-- | src/misc_gui.cpp | 2 |
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); |