From: H.G.Muller Date: Tue, 9 Sep 2014 08:47:41 +0000 (+0200) Subject: Correct for .Xresources form->paneA renaming in manual X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=9b733bdb1fcf893fad802b81be59ade855db55e5;p=xboard.git 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). --- 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\