Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Option.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.6 by yoffy, Mon Sep 22 02:51:36 2003 UTC revision 1.7 by yoffy, Wed Sep 24 14:03:08 2003 UTC
# Line 556  begin Line 556  begin
556          //スキンファイル名一覧          //スキンファイル名一覧
557          FileList := TStringList.Create;          FileList := TStringList.Create;
558          try          try
559                  GikoSys.GetDirectoryList(GikoSys.GetSkinDir, '*', FileList, True);                  GikoSys.GetDirectoryList(GikoSys.GetSkinDir, '*', FileList, False);
560    
561      Idx := Length(GikoSys.GetSkinDir);      Idx := Length(GikoSys.GetSkinDir);
562                  FileList.Sort;                  FileList.Sort;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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