removed the initial 'button' string from create

git-svn-id: svn://10.0.0.236/trunk@4153 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods
1998-06-19 20:08:40 +00:00
parent a1097b9c70
commit 3a5db91e92

View File

@@ -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,