mirror of
https://github.com/audacity/wxWidgets.git
synced 2026-02-15 04:02:29 -06:00
* Add 'wxTextFileType m_fileType' to hold the type * Add 'wxString m_eol' to hold the end of lines string * Add SetFileType() and GetFileType() to set and get the type * Add GetEOL() to get the end of lines wxString * Backwards compatibility preserved by using wxTextFileType_Unix Change-Id: I3e8547b377e2c4060a3a2d97c299a08ea2c0a376 Signed-off-by: Adrian DC <radian.dc@gmail.com>