Changeset 153 for trunk/Core.pas


Ignore:
Timestamp:
Jun 6, 2023, 9:46:08 PM (12 months ago)
Author:
chronos
Message:
  • Added: Accept dropped files onto the application form.
  • Fixed: Report error if compare tool was not found.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Core.pas

    r152 r153  
    8383    procedure FileModified(Sender: TObject);
    8484    function FindFirstNonOption: string;
    85     procedure UpdateFile;
    8685    procedure LoadConfig;
    8786    procedure SaveConfig;
     
    107106    DefaultInternationalCallPrefix: string;
    108107    CompareTool: string;
     108    procedure UpdateFile;
    109109    function GetProfileImage: TImage;
    110110    function GetTempDir: string;
     
    130130uses
    131131  FormMain, FormSettings, FormFindDuplicity, FormCompare, TestCase, FormNormalize,
    132   FormGenerate, FormError, FormFind, FormTest, FormSource, FormCompareSideBySide,
    133   TestCases;
     132  FormGenerate, FormError, FormFind, FormTest, FormSource, TestCases;
    134133
    135134resourcestring
Note: See TracChangeset for help on using the changeset viewer.