(svn r13033) -Fix [FS#2003](r13029): land info tool wasn't working
authorsmatz
Sat, 10 May 2008 19:59:41 +0000
changeset 10490 e24144bd48c9
parent 10489 8423a9ef5f73
child 10491 39a3e4dc217f
(svn r13033) -Fix [FS#2003](r13029): land info tool wasn't working
src/misc_gui.cpp
--- a/src/misc_gui.cpp	Sat May 10 15:58:22 2008 +0000
+++ b/src/misc_gui.cpp	Sat May 10 19:59:41 2008 +0000
@@ -80,7 +80,7 @@
 public:
 	char landinfo_data[LAND_INFO_LINES][LAND_INFO_LINE_BUFF_SIZE];
 
-	virtual void HandlePaintEvent()
+	virtual void OnPaint()
 	{
 		DrawWindowWidgets(this);