X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xaw%2Fxoptions.c;h=cee1ec361d32a78dc89a770bcbaebc2fe49b16cb;hb=828a3f3b12c8559a5b73f85f3094f4eddfe06b8b;hp=6a193a00ecd7e0b2e911059d8bd3342ad44db3d7;hpb=26ce8c65cece5e82b8d08d75b253061c9037b09d;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))); } }