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.627 by h677, Sun Jan 14 13:40:25 2007 UTC revision 1.628 by h677, Sun Jan 21 17:41:46 2007 UTC
# Line 1886  begin Line 1886  begin
1886                  FActiveContent := nil;                  FActiveContent := nil;
1887                  Exit;                  Exit;
1888          end;          end;
1889        // 前回と同じ場合終了
1890        if (StatusBar.Panels[1].Text = Text2) then begin
1891            {$IFDEF DEBUG}
1892            Writeln('Status Text is not changed!');
1893            {$ENDIF}
1894            Exit;
1895        end;
1896          StatusBar.Panels[1].Text := Text2;          StatusBar.Panels[1].Text := Text2;
1897    
1898          if FHint <> nil then begin          if FHint <> nil then begin
# Line 1900  begin Line 1906  begin
1906                  if not GikoForm.Active then                  if not GikoForm.Active then
1907                          Exit;                          Exit;
1908    
1909    
1910    
1911  //file:///C:/Borland/Projects/gikoNavi/test/read.cgi/qa/990576336/10  //file:///C:/Borland/Projects/gikoNavi/test/read.cgi/qa/990576336/10
1912  //file:///C:/Borland/Projects/gikoNavi/test/read.cgi/qa/990576336/10-15  //file:///C:/Borland/Projects/gikoNavi/test/read.cgi/qa/990576336/10-15
1913    

Legend:
Removed from v.1.627  
changed lines
  Added in v.1.628

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