From b28c58d13d7209130064890d36be159aa79b46e8 Mon Sep 17 00:00:00 2001 From: Matthew Wilber Date: Sun, 23 Jan 2005 22:41:23 +0000 Subject: [PATCH] Fixed "HButton" typos git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10989 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/interface/Button.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kits/interface/Button.cpp b/src/kits/interface/Button.cpp index 88de18ed6f..c29276bf83 100644 --- a/src/kits/interface/Button.cpp +++ b/src/kits/interface/Button.cpp @@ -86,7 +86,7 @@ status_t BButton::Archive(BMessage* archive, bool deep) const return err; } //------------------------------------------------------------------------------ -void HButton::Draw(BRect updateRect) +void BButton::Draw(BRect updateRect) { font_height fh; GetFontHeight(&fh); @@ -465,7 +465,7 @@ BButton &BButton::operator=(const BButton &) return *this; } //------------------------------------------------------------------------------ -BRect HButton::DrawDefault(BRect bounds, bool enabled) +BRect BButton::DrawDefault(BRect bounds, bool enabled) { rgb_color no_tint = ui_color(B_PANEL_BACKGROUND_COLOR), lighten1 = tint_color(no_tint, B_LIGHTEN_1_TINT),