From 9b733bdb1fcf893fad802b81be59ade855db55e5 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Tue, 9 Sep 2014 10:47:41 +0200 Subject: [PATCH] Correct for .Xresources form->paneA renaming in manual In the Xaw build the name of the form widget of dialog.layout.form... hierarchy was changed to paneA, paneB, ... when allowing multi-pane dialogs through the Break Option (such as the Engine Output window). --- xboard.texi | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xboard.texi b/xboard.texi index 2c00362..56fa338 100644 --- a/xboard.texi +++ b/xboard.texi @@ -1765,12 +1765,12 @@ Currently no keystroke is assigned to this ReloadPositionProc. @end table In the Xaw build of XBoard you can add or remove shortcut keys -using the X resources @code{form.translations}. -Here is an example of what would go in your -@file{.Xresources} file: +using the X resources @code{paneA.translations}. +Here is an example of what could go into your +@file{.Xdefaults} file: @example -XBoard*form.translations: \ +XBoard*paneA.translations: \ Shift?: MenuItem(Help.About) \n\ Ctrly: MenuItem(Action.Accept) \n\ Ctrln: MenuItem(Action.Decline) \n\ -- 1.7.0.4