Subversion Repositories Kolibri OS

Rev

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

Rev 4546 Rev 4644
Line 73... Line 73...
73
			DrawBar(menu.x, N*menu.line_h+menu.y, menu.w-3, menu.line_h, col_work);
73
			DrawBar(menu.x, N*menu.line_h+menu.y, menu.w-3, menu.line_h, col_work);
74
			WriteText(19,N*menu.line_h+9,0x80,0xf2f2f2,ITEMS_LIST[N*2]);
74
			WriteText(19,N*menu.line_h+9,0x80,0xf2f2f2,ITEMS_LIST[N*2]);
75
		}
75
		}
76
		WriteText(18,N*menu.line_h+8,0x80,0x000000,ITEMS_LIST[N*2]);
76
		WriteText(18,N*menu.line_h+8,0x80,0x000000,ITEMS_LIST[N*2]);
77
	}
77
	}
-
 
78
	if (cur_encoding!=_DEFAULT)
-
 
79
	{
78
	DrawBar(7, cur_encoding*menu.line_h+9, 4, 4, 0x444444); //show current encoding
80
		DrawBar(7, cur_encoding*menu.line_h+9, 4, 4, 0x444444); //show current encoding
79
}
81
	}
-
 
82
	else DrawBar(7, _DOS*menu.line_h+9, 4, 4, 0x444444); //show current encoding
-
 
83
}