diff options
author | converse <empty> | 1991-02-19 16:09:57 +0000 |
---|---|---|
committer | converse <empty> | 1991-02-19 16:09:57 +0000 |
commit | 53addf49cc3c18ea6c3d18beb67a982dddfbbf1f (patch) | |
tree | 25c6983f2c27b7df504ae1079203d51c8472df42 /xc/lib/Xaw/SmeLine.c | |
parent | a5dfadbe5cde02418ab5bbd19856d65e4d247044 (diff) |
remove quotes surrounding XtDefaultFont in resource list.
Diffstat (limited to 'xc/lib/Xaw/SmeLine.c')
-rw-r--r-- | xc/lib/Xaw/SmeLine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/Xaw/SmeLine.c b/xc/lib/Xaw/SmeLine.c index 7471ab179..0b909836b 100644 --- a/xc/lib/Xaw/SmeLine.c +++ b/xc/lib/Xaw/SmeLine.c @@ -1,4 +1,4 @@ -/* $XConsortium: SmeLine.c,v 1.10 91/01/11 18:45:50 converse Exp $ */ +/* $XConsortium: SmeLine.c,v 1.11 91/02/17 16:12:55 converse Exp $ */ /* * Copyright 1989 Massachusetts Institute of Technology @@ -48,7 +48,7 @@ static XtResource resources[] = { {XtNstipple, XtCStipple, XtRBitmap, sizeof(Pixmap), offset(stipple), XtRImmediate, (XtPointer) XtUnspecifiedPixmap}, {XtNforeground, XtCForeground, XtRPixel, sizeof(Pixel), - offset(foreground), XtRString, "XtDefaultForeground"}, + offset(foreground), XtRString, XtDefaultForeground}, }; #undef offset |