Fixed capitalization of demo string.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37003 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0c9714ba30
commit
a6c9cec4d0
@ -66,7 +66,7 @@ ControlView::AttachedToWindow()
|
||||
float offsetX = 0;
|
||||
float offsetY = 0;
|
||||
|
||||
fTextControl = new BTextControl(rect, "TextInput", "Text:", "Haiku, inc.", NULL);
|
||||
fTextControl = new BTextControl(rect, "TextInput", "Text:", "Haiku, Inc.", NULL);
|
||||
fTextControl->SetDivider(29.0);
|
||||
fTextControl->SetModificationMessage(new BMessage(TEXT_CHANGED_MSG));
|
||||
AddChild(fTextControl);
|
||||
|
@ -36,7 +36,7 @@ FontDemoView::FontDemoView(BRect rect)
|
||||
fShapes(NULL)
|
||||
{
|
||||
SetViewColor(B_TRANSPARENT_COLOR);
|
||||
SetString("Haiku, inc.");
|
||||
SetString("Haiku, Inc.");
|
||||
SetFontSize(fFontSize);
|
||||
SetAntialiasing(true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user