Ignore:
Timestamp:
Jul 18, 2012, 4:13:05 PM (12 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/UApplicationInfo.pas

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