Changeset 31 for trunk/Forms/UMainForm.pas
- Timestamp:
- Sep 8, 2012, 9:38:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UMainForm.pas
r28 r31 16 16 TMainForm = class(TForm) 17 17 AAbout: TAction; 18 ApplicationInfo1: TApplicationInfo; 18 19 AShowRawImageDesc: TAction; 19 20 AShowMap: TAction; … … 112 113 begin 113 114 PersistentForm := TPersistentForm.Create; 114 PersistentForm.RegistryKey := '\Software\' + ApplicationInfo.CompanyName + '\' + ApplicationInfo.Name; 115 PersistentForm.RegistryKey := ApplicationInfo1.RegistryKey; 116 PersistentForm.RegistryRootKey := HKEY(ApplicationInfo1.RegistryRoot); 115 117 116 118 Application.OnDeactivate := FormDeactivate;
Note:
See TracChangeset
for help on using the changeset viewer.