- Add missing patch file
This commit is contained in:
parent
fdbfaf29f7
commit
1d7971b4be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521634
11
editors/cudatext/files/patch-app-formmain_updates_proc.inc
Normal file
11
editors/cudatext/files/patch-app-formmain_updates_proc.inc
Normal file
@ -0,0 +1,11 @@
|
||||
--- app/formmain_updates_proc.inc 2019-12-31 02:26:48.876901000 -0500
|
||||
+++ app/formmain_updates_proc.inc 2019-12-31 02:27:54.060082000 -0500
|
||||
@@ -132,7 +132,7 @@
|
||||
|
||||
if F.IsBinary then
|
||||
begin
|
||||
- S:= cEncConvNames[F.Binary.TextEncoding];
|
||||
+ S:= cEncConvNames[EncConvFindEncoding(F.Binary.TextEncoding)];
|
||||
end
|
||||
else
|
||||
S:= '';
|
Loading…
Reference in New Issue
Block a user