Ignore:
Timestamp:
Mar 26, 2007, 8:34:29 PM (18 years ago)
Author:
RBRi
Message:

improved StringUtilsUnit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/GlobalSearchForm.pas

    r98 r102  
    145145  ControlsUtility,
    146146  DriveInfoUnit,
    147   ACLStringUtility,
    148147  IPFFileFormatUnit,
    149148  HelpTopic,
     
    152151  SettingsUnit,
    153152  InformationFormUnit,
     153  StringUtilsUnit,
    154154  FileUtilsUnit;
    155155
     
    495495                                  ScanDirectoriesMsg );
    496496    Dir := tmpSearchParameters.Directories[ i ];
    497     if StrEnds( '...', Dir ) then
     497    if StrEndsWith('...', Dir) then
    498498    begin
    499499      Dir := StrLeftWithout( Dir, 3 );
Note: See TracChangeset for help on using the changeset viewer.