You've already forked lazarus-ccr
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:
@ -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
|
||||||
|
Reference in New Issue
Block a user