From c17200e8db81f365595739c4f1fb6f87a9328de7 Mon Sep 17 00:00:00 2001 From: zetaPRIME Date: Fri, 17 Mar 2017 15:21:53 -0400 Subject: [PATCH] whoops, wrong name there --- testbed/source/Core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbed/source/Core.cpp b/testbed/source/Core.cpp index ce80c73..4ed5928 100644 --- a/testbed/source/Core.cpp +++ b/testbed/source/Core.cpp @@ -44,7 +44,7 @@ void Core::Init() { auto label = std::make_shared(VRect(0,0,320,0)); label->textConfig.justification = Vector2::half; label->autoSizeV = true; - label->SetText("~libstardust UI test~\n\nHello. I'm a label.\nI have multiple lines and can resize to fit my content. Did you know that miles per gallon is actually a measure of volume?"); + label->SetText("~libstarlight UI test~\n\nHello. I'm a label.\nI have multiple lines and can resize to fit my content. Did you know that miles per gallon is actually a measure of volume?"); container->Add(label); auto button = std::make_shared(VRect(64,80,128,32));