From 7ba458c25cc14df55886038116f76d4da39335de Mon Sep 17 00:00:00 2001 From: Eddy De Greef Date: Tue, 9 Dec 2003 12:57:20 +0000 Subject: [PATCH] Adapted the nedit.helpForm.* resource spec to the changed widget hierarchy (now nedit.help.helpForm.*) to make mouse navigation in help windows operational again. --- source/nedit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/nedit.c b/source/nedit.c index 9c63ff2..6e559d8 100644 --- a/source/nedit.c +++ b/source/nedit.c @@ -1,4 +1,4 @@ -static const char CVSID[] = "$Id: nedit.c,v 1.52 2003/12/05 00:05:54 slobasso Exp $"; +static const char CVSID[] = "$Id: nedit.c,v 1.53 2003/12/09 12:57:20 edg Exp $"; /******************************************************************************* * * * nedit.c -- Nirvana Editor main program * @@ -301,7 +301,7 @@ static char *fallbackResources[] = { "*windowsMenu.closePane.accelerator: Ctrl1", "*windowsMenu.closePane.acceleratorText: Ctrl+1", "*helpMenu.mnemonic: H", - "nedit.helpForm.sw.helpText*translations: #override\ + "nedit.help.helpForm.sw.helpText*translations: #override\ Tab:help-focus-buttons()\\n\ Return:help-button-action(\"dismiss\")\\n\ osfCancel:help-button-action(\"dismiss\")\\n\ -- 2.11.4.GIT