Ignore:
Timestamp:
Sep 21, 2007, 5:57:18 PM (18 years ago)
Author:
RBRi
Message:

fix for #33
fix usage of StrStartsWithIgnoringCase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/SearchUnit.pas

    r115 r252  
    168168  begin
    169169    DictWord := HelpFile.DictionaryWords[ DictIndex ];
    170     if StrStartsWithIgnoringCase( SearchWord, DictWord ) then
     170    if StrStartsWithIgnoringCase(DictWord, SearchWord) then
    171171      Results[ DictIndex ] := MatchedWordRelevance( SearchWord, DictWord );
    172172  end;
Note: See TracChangeset for help on using the changeset viewer.