1
0
Fork 0

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

release/0.7
smatz 2008-05-10 19:59:41 +00:00
parent 6ad199d127
commit d41f3def5c
1 changed files with 1 additions and 1 deletions

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