From d2decce5e7ed432f19738675da1f2956f53d8e49 Mon Sep 17 00:00:00 2001 From: nwanua Date: Sat, 4 Nov 2000 04:06:35 +0000 Subject: [PATCH] Fixed those // comments --- WINGs/wtext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WINGs/wtext.c b/WINGs/wtext.c index b867f2ab..a0f8b8db 100644 --- a/WINGs/wtext.c +++ b/WINGs/wtext.c @@ -12,7 +12,7 @@ * - FIX wrap... long lines that don't fit are not char wrapped yet. * - hrm... something to do with already having tbs... * - selection code... selects can be funny if it crosses over. use rect? - *- also inspect behaviour for WACenter and WARight + * - also inspect behaviour for WACenter and WARight * - FIX: graphix blocks MUST be skipped if monoFont even though they exist! * - check if support for Horizontal Scroll is complete * - assess danger of destroying widgets whose actions link to other pages @@ -3603,7 +3603,7 @@ WMSetTextIgnoresNewline(WMText *tPtr, Bool ignore) { if (!tPtr) return; - /* tPtr->flags.ignoreNewLine = ignore;*/ + tPtr->flags.ignoreNewLine = ignore; } Bool