Fixed "HButton" typos

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10989 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matthew Wilber 2005-01-23 22:41:23 +00:00
parent afeadaa239
commit b28c58d13d
1 changed files with 2 additions and 2 deletions

View File

@ -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),