Update file.c

This commit is contained in:
isaak654 2021-06-13 19:09:47 +02:00 committed by GitHub
parent 9e44d33f34
commit ada9a4976a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -870,8 +870,8 @@ _FX BOOLEAN File_InitProcess(PROCESS *proc)
{
//
// by default Close[...]=!<program>,path includes all boxed images
// use AlwaysCloseInBox=n to disable this behavioure
// by default, Close[...]=!<program>,path includes all boxed images
// use AlwaysCloseInBox=n to disable this behaviour
//
proc->always_close_for_boxed = Conf_Get_Boolean(proc->box->name, L"AlwaysCloseForBoxed", 0, TRUE);