Changeset 116 for trunk/UCore.pas


Ignore:
Timestamp:
Feb 15, 2022, 5:09:10 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: Fully disable automatic max. line width detection.
  • Added: More tests.
  • Added: Show number of passing and failing tests in test window.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r115 r116  
    196196    end;
    197197    ModalResult := MessageDlg(SFileSplit,
    198      Format(SFileSplitFinishedOpenDirectory, [C,
    199      SelectDirectoryDialog1.FileName]), mtConfirmation, [mbYes, mbNo], 0);
     198      Format(SFileSplitFinishedOpenDirectory, [C,
     199      SelectDirectoryDialog1.FileName]), mtConfirmation, [mbYes, mbNo], 0);
    200200    if ModalResult = mrYes then begin
    201201      {$IFDEF WINDOWS}
Note: See TracChangeset for help on using the changeset viewer.