From d0612391bb34c7dc5e63bdec5619427d9785ffb0 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Thu, 7 Apr 2016 22:14:54 +0200 Subject: [PATCH] Mention support for Arena960 protocol with USI/UCCI checkbox WB Normally the -uxiAdapter option would be configured to use UCI2WB, and in the binary distribution of WinBoard it certainly will be. As UCI2WB now supports the UCI dialect Arena uses to play Chess960, people can use the USI/UCCI checkbox also for Chess960 engines that use that protocol, and the checkbox label now points that out. --- winboard/wsettings.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/winboard/wsettings.c b/winboard/wsettings.c index c825d24..893d91b 100644 --- a/winboard/wsettings.c +++ b/winboard/wsettings.c @@ -735,7 +735,7 @@ Option installOptions[] = { { 0, 0, 0, NULL, (void*) &storeVariant, NULL, NULL, CheckBox, N_("Force current variant with this engine") }, { 0, 0, 0, NULL, (void*) &isUCI, NULL, NULL, CheckBox, N_("UCI") }, { 0, 0, 0, NULL, (void*) &v1, NULL, NULL, CheckBox, N_("WB protocol v1 (skip waiting for features)") }, - { 0, 0, 0, NULL, (void*) &isUCCI, NULL, NULL, CheckBox, N_("UCCI / USI (uses specified /uxiAdapter)") }, + { 0, 0, 0, NULL, (void*) &isUCCI, NULL, NULL, CheckBox, N_("UCCI/USI/Arena960 (through /uxiAdapter)") }, { 0, 1, 0, NULL, (void*) &InstallOK, "", NULL, EndMark , "" } }; -- 1.7.0.4