Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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; |
| 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 |
|
|
|