mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Differ - collapse a home directory in the message box (issue #2345)
(cherry picked from commit 86fba75d0c)
This commit is contained in:
parent
480d73822c
commit
8dd6716a9c
1 changed files with 1 additions and 1 deletions
|
|
@ -902,7 +902,7 @@ var
|
|||
DlgType: TMsgDlgType = mtInformation;
|
||||
begin
|
||||
Message:= rsDiffFilesIdentical + LineEnding + LineEnding;
|
||||
Message+= edtFileNameLeft.Text + LineEnding + edtFileNameRight.Text;
|
||||
Message+= ReplaceHome(edtFileNameLeft.Text) + LineEnding + ReplaceHome(edtFileNameRight.Text);
|
||||
if not actBinaryCompare.Checked then
|
||||
begin
|
||||
Encoding:= (SynDiffEditLeft.Encoding <> SynDiffEditRight.Encoding);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue