removed the initial 'button' string from create

This commit is contained in:
rods 1998-06-19 20:08:40 +00:00
Родитель 2d98f633a6
Коммит 8a028c6513
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -70,7 +70,7 @@ void nsCheckButton::Create(nsIWidget *aParent,
if (DBG) fprintf(stderr, "Parent 0x%x\n", parentWidget);
mWidget = ::XtVaCreateManagedWidget("button",
mWidget = ::XtVaCreateManagedWidget("",
xmToggleButtonWidgetClass,
parentWidget,
XmNwidth, aRect.width,