From: H.G. Muller Date: Mon, 18 Feb 2013 08:50:48 +0000 (+0100) Subject: Warn about experimental nature of dual board X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=23c0146ff1976cb3277da755b0c8532e3068d21f;p=xboard.git Warn about experimental nature of dual board The message field, which for now is unused, now contains a warning message. --- diff --git a/dialogs.c b/dialogs.c index fcc27f7..728075a 100644 --- a/dialogs.c +++ b/dialogs.c @@ -2215,7 +2215,7 @@ SlaveExp (int n, int x, int y) Option dualOptions[] = { // auxiliary board window { 0, L2L|T2T, 198, NULL, NULL, NULL, NULL, Label, "White" }, // white clock { 0, R2R|T2T|SAME_ROW, 198, NULL, NULL, NULL, NULL, Label, "Black" }, // black clock -{ 0, LR|T2T|BORDER, 401, NULL, NULL, NULL, NULL, Label, "message" }, // message field +{ 0, LR|T2T|BORDER, 401, NULL, NULL, NULL, NULL, Label, "This feature is experimental" }, // message field { 401, LR|TT, 401, NULL, (char*) &SlaveExp, NULL, NULL, Graph, "shadow board" }, // board { 0, NO_OK, 0, NULL, NULL, "", NULL, EndMark , "" } };