(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: public:
char landinfo_data[LAND_INFO_LINES][LAND_INFO_LINE_BUFF_SIZE]; char landinfo_data[LAND_INFO_LINES][LAND_INFO_LINE_BUFF_SIZE];
virtual void HandlePaintEvent() virtual void OnPaint()
{ {
DrawWindowWidgets(this); DrawWindowWidgets(this);