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.189 by h677, Tue Jan 6 16:14:39 2004 UTC revision 1.190 by h677, Wed Jan 7 12:07:27 2004 UTC
# Line 4452  begin Line 4452  begin
4452          end;          end;
4453          Editor := TEditorForm.Create(Self);          Editor := TEditorForm.Create(Self);
4454          Editor.SetThreadItem(Item);          Editor.SetThreadItem(Item);
4455        GikoSys.LoadEditorKeySetting(Editor.ActionList);
4456          Editor.Show;          Editor.Show;
4457          Editor.BodyEdit.SetFocus;          Editor.BodyEdit.SetFocus;
4458  end;  end;
# Line 5748  begin Line 5749  begin
5749          try          try
5750                  if Dlg.ShowModal = mrOk then                  if Dlg.ShowModal = mrOk then
5751                          GikoSys.SaveKeySetting(ActionList);                          GikoSys.SaveKeySetting(ActionList);
5752                GikoSys.SaveEditorKeySetting(Dlg.EditorForm.ActionList);
5753          finally          finally
5754                  Dlg.Release;                  Dlg.Release;
5755          end;          end;

Legend:
Removed from v.1.189  
changed lines
  Added in v.1.190

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