Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
|
|
| |