From 56cdfd3822d2800abdd2f912ab7f76a5764793a7 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 19 Oct 2008 13:45:07 +0000 Subject: scrollpane widget, updated chatbox --- src/ui/button.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/button.h') diff --git a/src/ui/button.h b/src/ui/button.h index b1bb522..24097ae 100644 --- a/src/ui/button.h +++ b/src/ui/button.h @@ -46,8 +46,8 @@ protected: /// draw the button border virtual void draw_border(); - /// draw the button text - virtual void draw_text(); + /// draw the button + virtual void draw(); private: std::string button_command; -- cgit v1.2.3