diff options
Diffstat (limited to 'src/user/rhello/main.cpp')
-rw-r--r-- | src/user/rhello/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/rhello/main.cpp b/src/user/rhello/main.cpp index f179317..45329b5 100644 --- a/src/user/rhello/main.cpp +++ b/src/user/rhello/main.cpp @@ -27,7 +27,7 @@ void main() { button b(pbl, &onclick); padding pb(b, 2); - entry e(6, 20, "I'm a text entry!\nEventually you will be able to edit me."); + entry e(8, 31, "This window is made with the Raleigh widget toolkit for Portland OS.\n\nI am a text entry widget. My cursor can be used, but editing is not yet implemented."); padding pe(e, 2); dllist<widget &> wl; |