From dc141c5f4d7407552e8f9ebf7e0258c01d219bec Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Fri, 2 Mar 2012 21:38:58 -0500 Subject: [PATCH] Now sets DataChanged appropriately --- mystic/install.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/mystic/install.pas b/mystic/install.pas index fc6d612..00a5105 100644 --- a/mystic/install.pas +++ b/mystic/install.pas @@ -412,6 +412,7 @@ Begin Reset (CfgFile); Read (CfgFile, Cfg); + Cfg.DataChanged := mysDataChanged; Cfg.SystemPath := Config.SystemPath; Cfg.AttachPath := Config.AttachPath; Cfg.DataPath := Config.DataPath;