From 23c0146ff1976cb3277da755b0c8532e3068d21f Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Mon, 18 Feb 2013 09:50:48 +0100 Subject: [PATCH] Warn about experimental nature of dual board The message field, which for now is unused, now contains a warning message. --- dialogs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 , "" } }; -- 1.7.0.4