Typo fix.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8548 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2004-08-11 08:41:29 +00:00
parent 2a3661ad58
commit 2aa1cedffd
@@ -100,7 +100,7 @@ HWindow::AboutRequested()
char *text = (char*) v->Text();
char *s = text;
// set first line 18pt bold
// set first line 20pt bold
s = strchr(text, '\n');
BFont bold(be_bold_font);
bold.SetSize(20);