Subversion Repositories Kolibri OS

Rev

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

Rev 7781 Rev 7782
Line 295... Line 295...
295
		PreparePage();
295
		PreparePage();
296
}
296
}
Line 297... Line 297...
297
 
297
 
298
void EventShowEncodingList()
298
void EventShowEncodingList()
299
{
299
{
300
	open_lmenu(Form.left+5 + charsets_mx, Form.top+29+skin_height, MENU_ALIGN_TOP_LEFT, encoding+1,
300
	open_lmenu(Form.left+5 + charsets_mx, Form.top+29+skin_height, MENU_ALIGN_TOP_LEFT, 
301
		"UTF-8\nKOI8-RU\nCP1251\nCP1252\nISO8859-5\nCP866");
301
		encoding+1, "UTF-8\nKOI8-RU\nCP1251\nCP1252\nISO8859-5\nCP866");
302
	menu_id = 10;
302
	menu_id = 10;
Line 303... Line 303...
303
}
303
}
304
 
304