Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/button.h')
-rw-r--r--src/ui/button.h4
1 files changed, 2 insertions, 2 deletions
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;