Subversion Repositories Kolibri OS

Rev

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

Rev 4661 Rev 4666
Line 605... Line 605...
605
	attr = ESDWORD[off - 40];
605
	attr = ESDWORD[off - 40];
Line 606... Line 606...
606
 
606
 
607
	if (! TestBit(attr, 4) ) //file or folder?
607
	if (! TestBit(attr, 4) ) //file or folder?
608
	{	
608
	{	
609
		Put_icon(off+_strrchr(off,'.'), files.x+3, files.line_h/2-7+y, color, 0);
609
		Put_icon(off+_strrchr(off,'.'), files.x+3, files.line_h/2-7+y, color, 0);
610
		WriteText(7-strlen(ConvertMemSize(ESDWORD[off-8]))*6+onLeft(75,0),files.line_h-6/2+y,0x80,0,ConvertMemSize(ESDWORD[off-8])); //size
610
		WriteText(7-strlen(ConvertSize(ESDWORD[off-8]))*6+onLeft(75,0),files.line_h-6/2+y,0x80,0,ConvertSize(ESDWORD[off-8])); //size
611
	}
611
	}
612
	else
612
	else
613
		if (!strcmp("..",off))
613
		if (!strcmp("..",off))
614
			Put_icon("..", files.x+3, files.line_h/2-7+y, color, 0);
614
			Put_icon("..", files.x+3, files.line_h/2-7+y, color, 0);