Changeset 251


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

fix usage of StrStartsWithIgnoringCase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Components/Outline2.PAS

    r211 r251  
    22172217      exit;
    22182218
    2219     if StrStartsWithIgnoringCase( S, Node.Text ) then
     2219    if StrStartsWithIgnoringCase(Node.Text, S) then
    22202220    begin
    22212221      // found
Note: See TracChangeset for help on using the changeset viewer.