X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xevalgraph.c;h=6430471d97a8933d47618e4ee08114f3e3d1ebd0;hb=26897ecf6be30b8ccc64285e1e293ab76df38ab9;hp=2d87f120ceadb8512e00dad9bda628ef408e8ab8;hpb=37ba6fd87b2253e7ae140be53b49933cd5bc951e;p=xboard.git diff --git a/xevalgraph.c b/xevalgraph.c index 2d87f12..6430471 100644 --- a/xevalgraph.c +++ b/xevalgraph.c @@ -235,9 +235,6 @@ static Option graphOptions[] = { void EvalGraphPopUp () { - Arg args[16]; - int j; - if (GenericPopUp(graphOptions, _(title), EvalGraphDlg, BoardWindow, NONMODAL, 1)) { InitializeEvalGraph(&graphOptions[0]); // first time: add callbacks and initialize pens } else { @@ -245,7 +242,7 @@ EvalGraphPopUp () SetIconName(EvalGraphDlg, _(title)); } - MarkMenu("Show Evaluation Graph", EvalGraphDlg); + MarkMenu("View.EvaluationGraph", EvalGraphDlg); // ShowThinkingEvent(); // [HGM] thinking: might need to prompt engine for thinking output }