Changeset 252 for trunk/NewView/SearchUnit.pas
- Timestamp:
- Sep 21, 2007, 5:57:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/SearchUnit.pas
r115 r252 168 168 begin 169 169 DictWord := HelpFile.DictionaryWords[ DictIndex ]; 170 if StrStartsWithIgnoringCase( SearchWord, DictWord) then170 if StrStartsWithIgnoringCase(DictWord, SearchWord) then 171 171 Results[ DictIndex ] := MatchedWordRelevance( SearchWord, DictWord ); 172 172 end;
Note:
See TracChangeset
for help on using the changeset viewer.