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.651 by h677, Wed Sep 19 15:00:38 2007 UTC revision 1.652 by h677, Wed Sep 19 15:07:26 2007 UTC
# Line 2015  begin Line 2015  begin
2015                  PreviewTimer.Interval := GikoSys.Setting.PreviewWait;                  PreviewTimer.Interval := GikoSys.Setting.PreviewWait;
2016                  PreviewTimer.Enabled := True;                  PreviewTimer.Enabled := True;
2017          end else if (Pos('about:blank', Text2) = 1) or (Pos('http://', Text2) = 1) or (Pos('mailto:', Text2) = 1) then begin          end else if (Pos('about:blank', Text2) = 1) or (Pos('http://', Text2) = 1) or (Pos('mailto:', Text2) = 1) then begin
2018                  if Pos('mailto:', Text2) = 1 then begin                  if (Pos('mailto:', Text2) = 1) and (GikoSys.Setting.RespopupMailTo) then begin
2019                          s := StringReplace(Text2, 'mailto:', '', [rfIgnoreCase]);                          s := StringReplace(Text2, 'mailto:', '', [rfIgnoreCase]);
2020                          //ギコナビスレ パート3の466氏に感謝                          //ギコナビスレ パート3の466氏に感謝
2021                          GetCursorPos(p);                          GetCursorPos(p);

Legend:
Removed from v.1.651  
changed lines
  Added in v.1.652

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