Subversion Repositories Kolibri OS

Rev

Rev 6570 | Rev 6602 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6570 Rev 6572
Line 589... Line 589...
589
	if (two_panels) && (files.x<5) DrawBar(files.x+files.w+16,files.y,1,files.h,col_graph);	
589
	if (two_panels) && (files.x<5) DrawBar(files.x+files.w+16,files.y,1,files.h,col_graph);	
590
}
590
}
Line 591... Line 591...
591
 
591
 
592
void DrawStatusBar()
592
void DrawStatusBar()
593
{
593
{
594
	char status_bar_str[50];
594
	char status_bar_str[80];
595
	int go_up_folder_exists=0;
595
	int go_up_folder_exists=0;
596
	if (!show_status_bar) return;
596
	if (!show_status_bar) return;
597
	if (files.count>0) && (strcmp(file_mas[0]*304+buf+72,"..")==0) go_up_folder_exists=1;;
597
	if (files.count>0) && (strcmp(file_mas[0]*304+buf+72,"..")==0) go_up_folder_exists=1;;
598
	DrawBar(1, Form.cheight - status_bar_h-1, Form.cwidth-2,  status_bar_h, system.color.work);
598
	DrawBar(1, Form.cheight - status_bar_h-1, Form.cwidth-2,  status_bar_h, system.color.work);