Typo fix.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8548 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -100,7 +100,7 @@ HWindow::AboutRequested()
|
|||||||
char *text = (char*) v->Text();
|
char *text = (char*) v->Text();
|
||||||
char *s = text;
|
char *s = text;
|
||||||
|
|
||||||
// set first line 18pt bold
|
// set first line 20pt bold
|
||||||
s = strchr(text, '\n');
|
s = strchr(text, '\n');
|
||||||
BFont bold(be_bold_font);
|
BFont bold(be_bold_font);
|
||||||
bold.SetSize(20);
|
bold.SetSize(20);
|
||||||
|
|||||||
Reference in New Issue
Block a user