diff --git a/uppdev/EditString/main.cpp b/uppdev/EditString/main.cpp index e45878bc7..ff85fa9d9 100644 --- a/uppdev/EditString/main.cpp +++ b/uppdev/EditString/main.cpp @@ -6,11 +6,7 @@ GUI_APP_MAIN { EditString es; TopWindow win; - String h; - h << "Something "; - h.Cat('\0'); - h << " to test"; - es <<= h; + es <<= "CCCCCCCCCCCCCCC"; win.Add(es.HSizePos().TopPos(0, Ctrl::STDSIZE)); win.Run(); }