Subversion Repositories Kolibri OS

Rev

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

Rev 8381 Rev 8762
Line 282... Line 282...
282
	Sort_by_Name(isn, b);
282
	Sort_by_Name(isn, b);
283
}
283
}
Line 284... Line 284...
284
 
284
 
285
void SelectList_DrawLine(dword i)
285
void SelectList_DrawLine(dword i)
286
{
286
{
Line 287... Line 287...
287
	int yyy, list_last;
287
	int yyy;
288
 
288
 
289
	cur = select_list.first + i;
289
	cur = select_list.first + i;
290
	strcpy(#temp_filename, io.dir.position(files_mas[cur]));
290
	strcpy(#temp_filename, io.dir.position(files_mas[cur]));