Ignore:
Timestamp:
Jul 26, 2012, 1:15:17 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Reverted deletion of URegistry unit. New package GeneralRegistry is not finished and 100% usable yet.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/UApplicationInfo.pas

    r390 r393  
    66
    77uses
    8   SysUtils, Classes, Forms, UGeneralRegistry;
     8  SysUtils, Registry, Classes, Forms, URegistry;
    99
    1010type
     
    7474  FAppName := Application.Name;
    7575  FRegistryKey := '\Software\' + FAppName;
    76   FRegistryRoot := rrApplicationUser;
     76  FRegistryRoot := rrKeyCurrentUser;
    7777end;
    7878
Note: See TracChangeset for help on using the changeset viewer.