X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xaw%2Fxoptions.c;h=cee1ec361d32a78dc89a770bcbaebc2fe49b16cb;hb=deb3473452a674b82d27b03fcf7e570c1cb03841;hp=6a193a00ecd7e0b2e911059d8bd3342ad44db3d7;hpb=321f4bd746c5269f4c630149887796293afd5249;p=xboard.git diff --git a/xaw/xoptions.c b/xaw/xoptions.c index 6a193a0..cee1ec3 100644 --- a/xaw/xoptions.c +++ b/xaw/xoptions.c @@ -1263,7 +1263,7 @@ GenericPopUp (Option *option, char *title, DialogClass dlgNr, DialogClass parent XtAddCallback(b_ok, XtNcallback, GenericCallback, (XtPointer)(intptr_t) (30001 + (dlgNr<<16))); if(!(option[i].min & NO_CANCEL)) { XtSetArg(args[1], XtNfromHoriz, b_ok); // overwrites! - b_cancel = XtCreateManagedWidget(_("cancel"), commandWidgetClass, form, args, j); + b_cancel = XtCreateManagedWidget(_("Cancel"), commandWidgetClass, form, args, j); XtAddCallback(b_cancel, XtNcallback, GenericCallback, (XtPointer)(intptr_t) (30000 + (dlgNr<<16))); } }