From ea8a86fdbd9707a299b672930f4f8588a59d5219 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 18 May 2014 13:26:09 +1000 Subject: No need to say this is where the history is show now that it's actually being used. --- src/purkle/purkle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/purkle') diff --git a/src/purkle/purkle.c b/src/purkle/purkle.c index 7d7e24d..444a77a 100644 --- a/src/purkle/purkle.c +++ b/src/purkle/purkle.c @@ -14,8 +14,8 @@ static winFang *purkleAdd(winFang *parent, int w, int h, EPhysics_World *world) me = winFangAdd(parent, 300, 26, w, h, "chatter box", "purkle", world); - history = widgetAdd(me, WT_TEXTBOX, "History is shown here", -1, -1, -1, -1); - entry = widgetAdd(me, WT_ENTRY, "", -1, -1, -1, -1); + history = widgetAdd(me, WT_TEXTBOX, "", -1, -1, -1, -1); + entry = widgetAdd(me, WT_ENTRY, "", -1, -1, -1, -1); winFangCalcMinSize(me); return me; -- cgit v1.1