From 11db2739d19db4f239dc8fc20404475f467757bc Mon Sep 17 00:00:00 2001 From: Scott Tringali Date: Fri, 30 Nov 2001 15:41:30 +0000 Subject: [PATCH] [487153] Let user override font of statistics line --- source/nedit.c | 3 ++- source/window.c | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/nedit.c b/source/nedit.c index 3bca3f5..6155363 100644 --- a/source/nedit.c +++ b/source/nedit.c @@ -1,4 +1,4 @@ -static const char CVSID[] = "$Id: nedit.c,v 1.22 2001/11/26 17:17:22 amai Exp $"; +static const char CVSID[] = "$Id: nedit.c,v 1.23 2001/11/30 15:41:30 tringali Exp $"; /******************************************************************************* * * * nedit.c -- Nirvana Editor main program * @@ -111,6 +111,7 @@ static char *fallbackResources[] = { "nedit*helpText.foreground: black", "nedit*helpText.selectBackground: #b3b3b3", "nedit*statsLine.background: #b3b3b3", + "nedit*statsLine.fontList: " NEDIT_DEFAULT_FONT, "nedit*helpText.font: " NEDIT_FIXED_FONT, "*XmText.translations: #override \ Ctrl~Alt~Metav: paste-clipboard()\\n\ diff --git a/source/window.c b/source/window.c index ae91fca..ed4b582 100644 --- a/source/window.c +++ b/source/window.c @@ -1,4 +1,4 @@ -static const char CVSID[] = "$Id: window.c,v 1.34 2001/11/18 19:02:58 arnef Exp $"; +static const char CVSID[] = "$Id: window.c,v 1.35 2001/11/30 15:41:30 tringali Exp $"; /******************************************************************************* * * * window.c -- Nirvana Editor window creation/deletion * @@ -409,7 +409,6 @@ WindowInfo *CreateWindow(const char *name, char *geometry, int iconic) XmNeditable, False, XmNtraversalOn, False, XmNcursorPositionVisible, False, - XmNfontList, window->fontList, XmNleftAttachment, XmATTACH_FORM, XmNleftOffset, STAT_SHADOW_THICKNESS, XmNtopAttachment, window->showISearchLine ? -- 2.11.4.GIT