Subversion Repositories Kolibri OS

Rev

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

Rev 7041 Rev 7086
Line 356... Line 356...
356
 
356
 
Line 357... Line 357...
357
	WriteText(10, 97, 0x90, system.color.work_text, PR_T_SIZE);
357
	WriteText(10, 97, 0x90, system.color.work_text, PR_T_SIZE);
358
	
358
	
359
	if (selected_count)
359
	if (selected_count)
360
	{
360
	{
361
		PropertiesDrawIcon(NULL, NULL);
361
		PropertiesDrawIcon(NULL, "");
362
		sprintf(#folder_info,"%s%d%s%d",SET_6,file_count,SET_7,dir_count);
362
		sprintf(#folder_info,"%s%d%s%d",SET_6,file_count,SET_7,dir_count);
363
		WriteText(file_name_ed.left+4, 30, 0x90, system.color.work_text, #folder_info);
363
		WriteText(file_name_ed.left+4, 30, 0x90, system.color.work_text, #folder_info);
364
		sprintf(#element_size_label,"%s (%d %s)",ConvertSize64(size_dir, NULL),size_dir,SET_BYTE_LANG);
364
		sprintf(#element_size_label,"%s (%d %s)",ConvertSize64(size_dir, NULL),size_dir,SET_BYTE_LANG);