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
This commit is contained in:
wp_xxyyzz
2014-11-25 23:26:27 +00:00
parent 28c34cc50d
commit f4f6085351

View File

@ -114,8 +114,8 @@ object CSVParamsForm: TCSVParamsForm
Items.Strings = ( Items.Strings = (
'System' 'System'
'CR+LF (Windows)' 'CR+LF (Windows)'
'CR (Unix/Linux)' 'CR (Mac)'
'LF (Mac)' 'LF (Unix/Linux/OS X/BSD)'
) )
Style = csDropDownList Style = csDropDownList
TabOrder = 1 TabOrder = 1