From f4f60853518b10adc7dda9003da5e5a4da44f3e1 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Tue, 25 Nov 2014 23:26:27 +0000 Subject: [PATCH] fpspreadsheet: Correctly identify line endings in CSVParams form of spready demo. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3781 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/fpspreadsheet/examples/spready/scsvparamsform.lfm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/fpspreadsheet/examples/spready/scsvparamsform.lfm b/components/fpspreadsheet/examples/spready/scsvparamsform.lfm index 1030b996a..5ea4ea85d 100644 --- a/components/fpspreadsheet/examples/spready/scsvparamsform.lfm +++ b/components/fpspreadsheet/examples/spready/scsvparamsform.lfm @@ -114,8 +114,8 @@ object CSVParamsForm: TCSVParamsForm Items.Strings = ( 'System' 'CR+LF (Windows)' - 'CR (Unix/Linux)' - 'LF (Mac)' + 'CR (Mac)' + 'LF (Unix/Linux/OS X/BSD)' ) Style = csDropDownList TabOrder = 1