(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 4c98a72745
commit 311a3f9675

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