Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 2297 |
//wkInt: Integer; |
//wkInt: Integer; |
| 2298 |
wkIntSt: Integer; |
wkIntSt: Integer; |
| 2299 |
wkIntTo: Integer; |
wkIntTo: Integer; |
|
ps : Integer; |
|
|
pch :PChar; |
|
| 2300 |
ActiveFileName: string; |
ActiveFileName: string; |
| 2301 |
e: IHTMLElement; |
e: IHTMLElement; |
| 2302 |
Ext: string; |
Ext: string; |
| 6628 |
Body := CustomStringReplace(Body, ' ', ' '); |
Body := CustomStringReplace(Body, ' ', ' '); |
| 6629 |
|
|
| 6630 |
FHint.Add(Header, Body); |
FHint.Add(Header, Body); |
| 6631 |
|
FHint.Title := ''; |
| 6632 |
end; |
end; |
| 6633 |
end; |
end; |
| 6634 |
end else begin |
end else begin |
| 6650 |
Body := CustomStringReplace(Body, '&', '&'); |
Body := CustomStringReplace(Body, '&', '&'); |
| 6651 |
Body := CustomStringReplace(Body, ' ', ' '); |
Body := CustomStringReplace(Body, ' ', ' '); |
| 6652 |
FHint.Add(Header, Body); |
FHint.Add(Header, Body); |
| 6653 |
|
FHint.Title := ''; //たぶんこれはいらないんだけどね。もじゅ |
| 6654 |
end; |
end; |
| 6655 |
end; |
end; |
| 6656 |
end; |
end; |
|
|
Legend:
| Removed from v.1.171 |
|
| changed lines |
| |
Added in v.1.172 |
|
|
| |