Subversion Repositories Kolibri OS

Rev

Rev 7293 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7293 Rev 7781
Line 331... Line 331...
331
void PreparePage() 
331
void PreparePage() 
332
{
332
{
333
	_dom dom;
333
	_dom dom;
Line 334... Line 334...
334
 
334
 
335
	strcpy(#title, history.current()+strrchr(history.current(),'/'));
335
	strcpy(#title, history.current()+strrchr(history.current(),'/'));
336
	ChangeCharset(charsets[encoding], "CP866", io.buffer_data);
336
	ChangeCharset(encoding, "CP866", io.buffer_data);
Line 337... Line 337...
337
	link.clear();
337
	link.clear();
Line 338... Line 338...
338
 
338