Update file.c
This commit is contained in:
parent
9e44d33f34
commit
ada9a4976a
|
@ -870,8 +870,8 @@ _FX BOOLEAN File_InitProcess(PROCESS *proc)
|
||||||
{
|
{
|
||||||
|
|
||||||
//
|
//
|
||||||
// by default Close[...]=!<program>,path includes all boxed images
|
// by default, Close[...]=!<program>,path includes all boxed images
|
||||||
// use AlwaysCloseInBox=n to disable this behavioure
|
// use AlwaysCloseInBox=n to disable this behaviour
|
||||||
//
|
//
|
||||||
|
|
||||||
proc->always_close_for_boxed = Conf_Get_Boolean(proc->box->name, L"AlwaysCloseForBoxed", 0, TRUE);
|
proc->always_close_for_boxed = Conf_Get_Boolean(proc->box->name, L"AlwaysCloseForBoxed", 0, TRUE);
|
||||||
|
|
Loading…
Reference in New Issue