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:
@@ -66,7 +66,7 @@ ControlView::AttachedToWindow()
|
|||||||
float offsetX = 0;
|
float offsetX = 0;
|
||||||
float offsetY = 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->SetDivider(29.0);
|
||||||
fTextControl->SetModificationMessage(new BMessage(TEXT_CHANGED_MSG));
|
fTextControl->SetModificationMessage(new BMessage(TEXT_CHANGED_MSG));
|
||||||
AddChild(fTextControl);
|
AddChild(fTextControl);
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ FontDemoView::FontDemoView(BRect rect)
|
|||||||
fShapes(NULL)
|
fShapes(NULL)
|
||||||
{
|
{
|
||||||
SetViewColor(B_TRANSPARENT_COLOR);
|
SetViewColor(B_TRANSPARENT_COLOR);
|
||||||
SetString("Haiku, inc.");
|
SetString("Haiku, Inc.");
|
||||||
SetFontSize(fFontSize);
|
SetFontSize(fFontSize);
|
||||||
SetAntialiasing(true);
|
SetAntialiasing(true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user