mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Show editor options page from Editor
This commit is contained in:
parent
2ebbc041b4
commit
69480f9ede
1 changed files with 2 additions and 2 deletions
|
|
@ -212,7 +212,7 @@ implementation
|
|||
uses
|
||||
dmCommonData, dmHigh, SynEditTypes, LCLType, LConvEncoding,
|
||||
uLng, uShowMsg, fEditSearch, uGlobs, fOptions, DCClassesUtf8,
|
||||
uOSUtils, uConvEncoding, fOptionsEditorColors, uDCUtils;
|
||||
uOSUtils, uConvEncoding, fOptionsToolsEditor, uDCUtils;
|
||||
|
||||
function ShowEditor(const sFileName: String): TfrmEditor;
|
||||
begin
|
||||
|
|
@ -976,7 +976,7 @@ end;
|
|||
|
||||
procedure TfrmEditor.actConfHighExecute(Sender: TObject);
|
||||
begin
|
||||
ShowOptions(TfrmOptionsEditorColors);
|
||||
ShowOptions(TfrmOptionsEditor);
|
||||
end;
|
||||
|
||||
procedure TfrmEditor.FormMouseWheelDown(Sender: TObject; Shift: TShiftState;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue