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.381 by yoffy, Wed Aug 4 16:51:46 2004 UTC revision 1.382 by genyakun, Thu Aug 5 03:34:37 2004 UTC
# Line 1659  begin Line 1659  begin
1659          GikoSys.SambaFileExists();          GikoSys.SambaFileExists();
1660    
1661          //タブ自動読み込み (AV発生のため一時封印)          //タブ自動読み込み (AV発生のため一時封印)
 {        if GikoSys.Setting.TabAutoLoad then begin  
                 TabsOpenActionExecute(Sender);  
         end;}  
   
1662  end;  end;
1663    
1664  // CoolBar の設定を変数に保存  // CoolBar の設定を変数に保存
# Line 1816  begin Line 1812  begin
1812          LoadCoolBarSettings;          LoadCoolBarSettings;
1813    
1814          FIsIgnoreResize := False;          FIsIgnoreResize := False;
1815    
1816            //TabAutoLoad
1817            //FormCreteから移動。
1818            if GikoSys.Setting.TabAutoLoad then begin
1819                    TabsOpenActionExecute(Sender);
1820            end;
1821    
1822  end;  end;
1823    
1824  procedure TGikoForm.FormCloseQuery(Sender: TObject; var CanClose: Boolean);  procedure TGikoForm.FormCloseQuery(Sender: TObject; var CanClose: Boolean);

Legend:
Removed from v.1.381  
changed lines
  Added in v.1.382

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