1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-07-27 14:25:58 +01:00

(svn r13033) -Fix [FS#2003](r13029): land info tool wasn't working

This commit is contained in:
smatz 2008-05-10 19:59:41 +00:00
parent 6ad199d127
commit d41f3def5c

View File

@ -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);