From d41f3def5cc73c91848a37caa6925b46d3db5028 Mon Sep 17 00:00:00 2001 From: smatz Date: Sat, 10 May 2008 19:59:41 +0000 Subject: (svn r13033) -Fix [FS#2003](r13029): land info tool wasn't working --- src/misc_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc_gui.cpp') 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); -- cgit v1.2.3-54-g00ecf