wine.conf should not overrule content of burned in data in
loadorder.c.
This commit is contained in:
parent
d096d773f2
commit
658191ee00
|
@ -427,7 +427,7 @@ BOOL MODULE_InitLoadOrder(void)
|
|||
|
||||
TRACE(module, "Key '%s' uses override '%s'\n", key, value);
|
||||
|
||||
if(!AddLoadOrderSet(key, value, FALSE))
|
||||
if(!AddLoadOrderSet(key, value, TRUE))
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue