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:
Matt Madia 2010-06-03 00:08:00 +00:00
parent 0c9714ba30
commit a6c9cec4d0
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -36,7 +36,7 @@ FontDemoView::FontDemoView(BRect rect)
fShapes(NULL)
{
SetViewColor(B_TRANSPARENT_COLOR);
SetString("Haiku, inc.");
SetString("Haiku, Inc.");
SetFontSize(fFontSize);
SetAntialiasing(true);