From b85943b8636152ca286cbaed38bbc605f8a87083 Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 23 Sep 2020 14:46:56 +0000 Subject: [PATCH] IDE: line ending CR call Classic Mac, issue #37800 git-svn-id: branches/fixes_2_0@63909 - --- ide/sourceeditor.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/sourceeditor.pp b/ide/sourceeditor.pp index 88feac6e03..f2421856e9 100644 --- a/ide/sourceeditor.pp +++ b/ide/sourceeditor.pp @@ -7127,7 +7127,7 @@ var const LE_Names : array [TLineEnding] of String =( 'LF (Unix, Linux)', - 'CR (Mac)', + 'CR (Classic Mac)', 'CRLF (Win, DOS)' ); begin