Changeset 102 for trunk/NewView/GlobalSearchForm.pas
- Timestamp:
- Mar 26, 2007, 8:34:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/GlobalSearchForm.pas
r98 r102 145 145 ControlsUtility, 146 146 DriveInfoUnit, 147 ACLStringUtility,148 147 IPFFileFormatUnit, 149 148 HelpTopic, … … 152 151 SettingsUnit, 153 152 InformationFormUnit, 153 StringUtilsUnit, 154 154 FileUtilsUnit; 155 155 … … 495 495 ScanDirectoriesMsg ); 496 496 Dir := tmpSearchParameters.Directories[ i ]; 497 if StrEnds ( '...', Dir) then497 if StrEndsWith('...', Dir) then 498 498 begin 499 499 Dir := StrLeftWithout( Dir, 3 );
Note:
See TracChangeset
for help on using the changeset viewer.