Subversion Repositories spk

Rev

Rev 35 | Rev 82 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35 Rev 52
Line 21... Line 21...
21
	// open and read the text file
21
	// open and read the text file
22
	CFileIO File(sFile);
22
	CFileIO File(sFile);
23
	CyStringList *lines = File.ReadLinesStr();
23
	CyStringList *lines = File.ReadLinesStr();
24
	if ( File.StartRead() ) {
24
	if ( File.StartRead() ) {
25
		while ( !File.AtEnd() ) {
25
		while ( !File.AtEnd() ) {
26
			this->_parseFileLine(iFromPage, iToPage, iLang, File.ReadToEndLine(false).ToString());
26
			this->_parseFileLine(iFromPage, iToPage, iLang, File.readEndOfLine());
27
		}
27
		}
28
		File.StopRead();
28
		File.StopRead();
29
 
29
 
30
	}
30
	}
31
	m_iInPage = 0;
31
	m_iInPage = 0;