Subversion Repositories Kolibri OS

Rev

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

Rev 4698 Rev 4699
Line 611... Line 611...
611
	attr = ESDWORD[off - 40];
611
	attr = ESDWORD[off - 40];
Line 612... Line 612...
612
 
612
 
613
	if (! TestBit(attr, 4) ) //file or folder?
613
	if (! TestBit(attr, 4) ) //file or folder?
614
	{	
614
	{	
615
		Put_icon(off+_strrchr(off,'.'), files.x+3, files.line_h/2-7+y, color, 0);
615
		Put_icon(off+_strrchr(off,'.'), files.x+3, files.line_h/2-7+y, color, 0);
616
		WriteText(7-strlen(ConvertMemSize(ESDWORD[off-8]))*6+onLeft(75,0),files.line_h-6/2+y,0x80,0,ConvertMemSize(ESDWORD[off-8])); //size
616
		WriteText(7-strlen(ConvertSize(ESDWORD[off-8]))*6+onLeft(75,0),files.line_h-6/2+y,0x80,0,ConvertSize(ESDWORD[off-8])); //size
617
	}
617
	}
618
	else
618
	else
619
		if (!strcmp("..",off))
619
		if (!strcmp("..",off))
620
			Put_icon("..", files.x+3, files.line_h/2-7+y, color, 0);
620
			Put_icon("..", files.x+3, files.line_h/2-7+y, color, 0);