Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/GikoDataModule.pas

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

revision 1.39 by h677, Sat Jul 1 15:42:31 2006 UTC revision 1.40 by h677, Mon Jul 3 14:00:35 2006 UTC
# Line 448  uses Line 448  uses
448          ToolBarUtil, NewBoard, HTMLCreate, IndividualAbon,          ToolBarUtil, NewBoard, HTMLCreate, IndividualAbon,
449          GikoBayesian, About, ShellAPI,          GikoBayesian, About, ShellAPI,
450          RoundName, RoundData, Menus, ListViewUtils,          RoundName, RoundData, Menus, ListViewUtils,
451          ThreadControl, GikoMessage, InputAssist;          ThreadControl, GikoMessage, InputAssist,
452        DefaultFileManager;
453    
454  const  const
455          MSG_ERROR : string = 'エラー';          MSG_ERROR : string = 'エラー';
# Line 1507  end; Line 1508  end;
1508  ////////////////////////////////スレッドまでおしまい/////////////////////  ////////////////////////////////スレッドまでおしまい/////////////////////
1509  procedure TGikoDM.DataModuleCreate(Sender: TObject);  procedure TGikoDM.DataModuleCreate(Sender: TObject);
1510  begin  begin
1511        // GikoDMよりも早く初期化される必要があるファイルがいるとこける!!
1512        // 初期化順番に注意すること!!
1513        //初回起動時の初期化ファイル設定
1514        TDefaultFileManager.CopyDefaultFiles(
1515            GikoSys.GetAppDir + 'defaultFiles.ini');
1516  end;  end;
1517  // *************************************************************************  // *************************************************************************
1518  //! ログ検索ダイアログを表示する  //! ログ検索ダイアログを表示する

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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