Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Giko.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.635.2.3 by h677, Thu May 10 15:29:04 2007 UTC revision 1.635.2.4 by h677, Fri May 11 16:48:12 2007 UTC
# Line 3742  begin Line 3742  begin
3742          if ( aElement <> nil) then begin          if ( aElement <> nil) then begin
3743                  Text := aElement.Get_outerText;                  Text := aElement.Get_outerText;
3744                  Html := aElement.Get_outerHTML;                  Html := aElement.Get_outerHTML;
3745            if (Sender is TResPopupBrowser) then begin
3746                TResPopupBrowser(Sender).ChildClear;
3747                FActiveContent.Browser.SetFocus;
3748            end;
3749                  if(AnsiPos('>>', Text) = 1) or (AnsiPos('>', Text) = 1)                  if(AnsiPos('>>', Text) = 1) or (AnsiPos('>', Text) = 1)
3750                          or (AnsiPos('>>', Text) = 1) or (AnsiPos('>', Text) = 1) then begin                          or (AnsiPos('>>', Text) = 1) or (AnsiPos('>', Text) = 1) then begin
3751                          if GikoSys.Setting.ResAnchorJamp then begin                          if GikoSys.Setting.ResAnchorJamp then begin

Legend:
Removed from v.1.635.2.3  
changed lines
  Added in v.1.635.2.4

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26