Changeset 393 for Common/UApplicationInfo.pas
- Timestamp:
- Jul 26, 2012, 1:15:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/UApplicationInfo.pas
r390 r393 6 6 7 7 uses 8 SysUtils, Classes, Forms, UGeneralRegistry;8 SysUtils, Registry, Classes, Forms, URegistry; 9 9 10 10 type … … 74 74 FAppName := Application.Name; 75 75 FRegistryKey := '\Software\' + FAppName; 76 FRegistryRoot := rr ApplicationUser;76 FRegistryRoot := rrKeyCurrentUser; 77 77 end; 78 78
Note:
See TracChangeset
for help on using the changeset viewer.