From 142a8299c06c19b02ec635c8cde47c14c7b1045e Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 22 Nov 2012 10:57:32 +0000 Subject: [PATCH] .uppdev git-svn-id: svn://ultimatepp.org/upp/trunk@5577 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppdev/EditString/main.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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(); }