Changeset 124 for trunk/NewView/GlobalFilelistUnit.pas
- Timestamp:
- Apr 27, 2007, 8:42:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/GlobalFilelistUnit.pas
r61 r124 50 50 51 51 uses 52 StringUtilsUnit, 52 53 DebugUnit, 53 ACLStringUtility,54 54 SysUtils; 55 55 … … 124 124 while ( Result <> nil ) do 125 125 begin 126 if ( Str ingsSame( StrPas( Result ^. FilePath ), FilePath ) ) then126 if ( StrEqualIgnoringCase( StrPas( Result ^. FilePath ), FilePath ) ) then 127 127 begin 128 128 // found … … 164 164 if ( pEntry ^. Window = Window ) then 165 165 begin 166 if ( Str ingsSame( StrPas( pEntry ^. FilePath ), FilePath ) ) then166 if ( StrEqualIgnoringCase( StrPas( pEntry ^. FilePath ), FilePath ) ) then 167 167 begin 168 168 // found
Note:
See TracChangeset
for help on using the changeset viewer.