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.171 by h677, Thu Dec 4 11:51:04 2003 UTC revision 1.172 by h677, Fri Dec 5 10:21:48 2003 UTC
# Line 2297  var Line 2297  var
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;
# Line 6630  begin Line 6628  begin
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
# Line 6651  begin Line 6650  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

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