Commit ac0b8144 authored by Martin Pilka's avatar Martin Pilka Committed by Alexandre Julliard

Fixed typo which caused the WritetoHomeRegistryFiles option to be

ignored.
parent a2495959
......@@ -1040,7 +1040,7 @@ static void _init_registry_saving( HKEY hkey_users_default )
/* set saving level (0 for saving everything, 1 for saving only modified keys) */
_set_registry_levels(1,!all,period*1000);
if (PROFILE_GetWineIniBool("registry","WritetoHomeRegistries",1))
if (PROFILE_GetWineIniBool("registry","WritetoHomeRegistryFiles",1))
{
_save_at_exit(HKEY_CURRENT_USER,SAVE_LOCAL_REGBRANCH_CURRENT_USER );
_save_at_exit(HKEY_LOCAL_MACHINE,SAVE_LOCAL_REGBRANCH_LOCAL_MACHINE);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment