--- init.c.orig Fri Jul 29 07:08:43 1994 +++ init.c Thu May 7 04:17:55 1998 @@ -350,7 +350,6 @@ XtNsensitive, (sensitive ? False : True), XtNtop, XtChainTop, XtNvertDistance, vertdist, - XtNwidth, XLESS_BUTTON_WIDTH, NULL); XtInstallAccelerators(wininfo->text, w); --- popup.c.orig Fri Jun 10 02:58:59 1994 +++ popup.c Thu May 7 04:19:20 1998 @@ -133,7 +133,6 @@ XtNleft, XtChainLeft, XtNright, XtChainLeft, XtNvertDistance, 5, - XtNwidth, XLESS_BUTTON_WIDTH, NULL); callback[0].callback = Cancel; @@ -148,7 +147,6 @@ XtNleft, XtChainRight, XtNright, XtChainRight, XtNvertDistance, 5, - XtNwidth, XLESS_BUTTON_WIDTH, NULL); XtInstallAccelerators(input, confirm); @@ -290,7 +288,6 @@ XtNleft, XtChainLeft, XtNright, XtChainLeft, XtNvertDistance, 5, - XtNwidth, XLESS_BUTTON_WIDTH, NULL); callback[0].callback = Cancel; @@ -305,7 +302,6 @@ XtNleft, XtChainRight, XtNright, XtChainRight, XtNvertDistance, 5, - XtNwidth, XLESS_BUTTON_WIDTH, NULL); XtInstallAccelerators(input, search); @@ -399,7 +395,6 @@ XtNleft, XtChainRight, XtNright, XtChainRight, XtNvertDistance, 1, - XtNwidth, XLESS_BUTTON_WIDTH, NULL); XtInstallAccelerators(form, button);