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.629 by h677, Tue Feb 13 15:58:59 2007 UTC revision 1.630 by h677, Sun Feb 18 08:09:21 2007 UTC
# Line 839  uses Line 839  uses
839          About, Option, Round, Splash, Sort, ListSelect, Imm,          About, Option, Round, Splash, Sort, ListSelect, Imm,
840          NewBoard, MojuUtils, Clipbrd, GikoBayesian,Y_TextConverter,          NewBoard, MojuUtils, Clipbrd, GikoBayesian,Y_TextConverter,
841          HTMLCreate, ListViewUtils, GikoDataModule, GikoMessage,          HTMLCreate, ListViewUtils, GikoDataModule, GikoMessage,
842    InputAssistDataModule, Types;    InputAssistDataModule, Types, ReplaceDataModule;
843    
844  const  const
845          BLANK_HTML: string = 'about:blank';          BLANK_HTML: string = 'about:blank';
# Line 1302  begin Line 1302  begin
1302          //入力アシスト機構の初期化          //入力アシスト機構の初期化
1303          InputAssistDM.Init(GikoSys.GetInputAssistFileName);          InputAssistDM.Init(GikoSys.GetInputAssistFileName);
1304    
1305        //置換設定ファイルの読み込み
1306        ReplaceDM.LoadFromFile(GikoSys.GetReplaceFileName);
1307  end;  end;
1308    
1309  // CoolBar の設定を変数に保存  // CoolBar の設定を変数に保存

Legend:
Removed from v.1.629  
changed lines
  Added in v.1.630

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