Changeset 209 for trunk/Forms/UFormCheck.pas
- Timestamp:
- Sep 20, 2021, 12:25:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormCheck.pas
r207 r209 724 724 with TRegistryEx.Create do 725 725 try 726 RootKey := HKEY_CURRENT_USER;727 OpenKey( DefaultRegKey, True);726 RootKey := RegistryRootHKEY[Core.ApplicationInfo1.RegistryRoot]; 727 OpenKey(Core.ApplicationInfo1.RegistryKey, True); 728 728 EditSummaryStart.Text := ReadStringWithDefault('SummaryStart', 'ACRONYMS AND ABBREVIATIONS'); 729 729 EditSummaryEnd.Text := ReadStringWithDefault('SummaryEnd', 'Appendix'); … … 739 739 with TRegistryEx.Create do 740 740 try 741 RootKey := HKEY_CURRENT_USER;742 OpenKey( DefaultRegKey, True);741 RootKey := RegistryRootHKEY[Core.ApplicationInfo1.RegistryRoot]; 742 OpenKey(Core.ApplicationInfo1.RegistryKey, True); 743 743 WriteString('SummaryStart', EditSummaryStart.Text); 744 744 WriteString('SummaryEnd', EditSummaryEnd.Text);
Note:
See TracChangeset
for help on using the changeset viewer.