mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Saving external tools configuration.
This commit is contained in:
parent
afe4c69378
commit
7f57c35948
1 changed files with 3 additions and 3 deletions
|
|
@ -1506,9 +1506,9 @@ begin
|
|||
SetValue(Node, 'DriveBlackList', gDriveBlackList);
|
||||
|
||||
{ Tools page }
|
||||
SetExtTool(gConfig.FindNode(Root, 'Tools/Viewer'), gExternalTools[etViewer]);
|
||||
SetExtTool(gConfig.FindNode(Root, 'Tools/Editor'), gExternalTools[etEditor]);
|
||||
SetExtTool(gConfig.FindNode(Root, 'Tools/Differ'), gExternalTools[etDiffer]);
|
||||
SetExtTool(gConfig.FindNode(Root, 'Tools/Viewer', True), gExternalTools[etViewer]);
|
||||
SetExtTool(gConfig.FindNode(Root, 'Tools/Editor', True), gExternalTools[etEditor]);
|
||||
SetExtTool(gConfig.FindNode(Root, 'Tools/Differ', True), gExternalTools[etDiffer]);
|
||||
|
||||
{ Fonts page }
|
||||
gConfig.SetFont(Root, 'Fonts/Main', gFontName, gFontSize, Integer(gFontStyle));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue