X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xhistory.c;h=008d4ca8903b4810ecef2f5324e4ca8570928d6b;hb=ed47244d151ccf276b9e233b4415e00aa5d3d29d;hp=eb865385ccee71f6bf10739241a3d246ca84c344;hpb=c28f9557f19deb9621b179d3c6ccbdf0458bd304;p=xboard.git diff --git a/xhistory.c b/xhistory.c index eb86538..008d4ca 100644 --- a/xhistory.c +++ b/xhistory.c @@ -123,7 +123,7 @@ HistoryPopDown(w, client_data, call_data) } j=0; XtSetArg(args[j], XtNleftBitmap, None); j++; - XtSetValues(XtNameToWidget(menuBarWidget, "menuMode.Show Move History"), + XtSetValues(XtNameToWidget(menuBarWidget, "menuView.Show Move History"), args, j); } @@ -442,7 +442,7 @@ HistoryPopUp() j=0; XtSetArg(args[j], XtNleftBitmap, xMarkPixmap); j++; - XtSetValues(XtNameToWidget(menuBarWidget, "menuMode.Show Move History"), + XtSetValues(XtNameToWidget(menuBarWidget, "menuView.Show Move History"), args, j); hist->Up=True; }