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.52 by yoffy, Mon Sep 22 00:05:22 2003 UTC revision 1.53 by yoffy, Mon Sep 22 02:51:36 2003 UTC
# Line 2214  begin Line 2214  begin
2214                          URL := Text;                          URL := Text;
2215                          // !!!!! Debug !!!!!                          // !!!!! Debug !!!!!
2216                          // スキン用                          // スキン用
2217        if FileExists( GikoSys.GetSkinDir + 'Header.html' ) and        if FileExists( GikoSys.Setting.CSSFileName + 'Header.html' ) and
2218          (Pos( 'about:blank..', URL ) = 1) then          (Pos( 'about:blank..', URL ) = 1) then
2219            Exit            Exit
2220        else if Pos('about:blank..', URL) = 1 then        else if Pos('about:blank..', URL) = 1 then

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

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