I goofed and changed a default value by accident.

This commit is contained in:
ramiro%netscape.com 1998-10-01 01:35:08 +00:00
Родитель 93322f98b2
Коммит e8ac17fce5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -478,7 +478,7 @@ static XtResource constraint_resources[] =
sizeof(Boolean),
XtOffsetOf(XfeToolBarConstraintRec , xfe_tool_bar . force_dimension_to_max),
XmRImmediate,
(XtPointer) False
(XtPointer) True
},
};