diff options
Diffstat (limited to 'libXaw/src/TextSrc.c')
-rw-r--r-- | libXaw/src/TextSrc.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libXaw/src/TextSrc.c b/libXaw/src/TextSrc.c index 10e819cda..118361ea5 100644 --- a/libXaw/src/TextSrc.c +++ b/libXaw/src/TextSrc.c @@ -1,4 +1,3 @@ -/* $Xorg: TextSrc.c,v 1.5 2001/02/09 02:03:47 xorgcvs Exp $ */ /* Copyright 1989, 1994, 1998 The Open Group @@ -25,8 +24,6 @@ in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/lib/Xaw/TextSrc.c,v 1.33 2002/09/08 02:29:47 paulo Exp $ */ - /* * Author: Chris Peterson, MIT X Consortium. * Much code taken from X11R3 String and Disk Sources. @@ -537,10 +534,10 @@ CvtEditModeToString(Display *dpy, XrmValuePtr args, Cardinal *num_args, Cardinal size; switch (*(XawTextEditType *)fromVal->addr) { - case XawtextAppend: case XawtextRead: buffer = XtEtextRead; break; + case XawtextAppend: buffer = XtEtextAppend; break; case XawtextEdit: |