mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Make language configuration page as TFrame.
UPD: Add Save result to report that options change needs restart.
This commit is contained in:
parent
3dadcdc476
commit
92ebc8a69a
9 changed files with 137 additions and 59 deletions
|
|
@ -74,7 +74,7 @@ type
|
|||
procedure Done; override;
|
||||
public
|
||||
procedure Load; override;
|
||||
procedure Save; override;
|
||||
function Save: TOptionsEditorSaveFlags; override;
|
||||
end;
|
||||
|
||||
var
|
||||
|
|
@ -603,7 +603,7 @@ begin
|
|||
tmpWLXPlugins.Assign(gWLXPlugins);
|
||||
end;
|
||||
|
||||
procedure TfrmOptionsPlugins.Save;
|
||||
function TfrmOptionsPlugins.Save: TOptionsEditorSaveFlags;
|
||||
begin
|
||||
{ Set plugins lists }
|
||||
gDSXPlugins.Assign(tmpDSXPlugins);
|
||||
|
|
@ -611,6 +611,7 @@ begin
|
|||
gWDXPlugins.Assign(tmpWDXPlugins);
|
||||
gWFXPlugins.Assign(tmpWFXPlugins);
|
||||
gWLXPlugins.Assign(tmpWLXPlugins);
|
||||
Result := [];
|
||||
end;
|
||||
|
||||
initialization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue