Changeset 153 for trunk/Core.pas
- Timestamp:
- Jun 6, 2023, 9:46:08 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Core.pas
r152 r153 83 83 procedure FileModified(Sender: TObject); 84 84 function FindFirstNonOption: string; 85 procedure UpdateFile;86 85 procedure LoadConfig; 87 86 procedure SaveConfig; … … 107 106 DefaultInternationalCallPrefix: string; 108 107 CompareTool: string; 108 procedure UpdateFile; 109 109 function GetProfileImage: TImage; 110 110 function GetTempDir: string; … … 130 130 uses 131 131 FormMain, FormSettings, FormFindDuplicity, FormCompare, TestCase, FormNormalize, 132 FormGenerate, FormError, FormFind, FormTest, FormSource, FormCompareSideBySide, 133 TestCases; 132 FormGenerate, FormError, FormFind, FormTest, FormSource, TestCases; 134 133 135 134 resourcestring
Note:
See TracChangeset
for help on using the changeset viewer.