Subversion Repositories Kolibri OS

Rev

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

Rev 7252 Rev 7750
Line 152... Line 152...
152
 
152
 
153
void DrawTranslation()
153
void DrawTranslation()
154
{
154
{
155
	int y_pos=TOPH+1;
155
	int y_pos=TOPH+1;
156
	char draw_buf[4096];
156
	char draw_buf[4096];
Line 157... Line 157...
157
	strlcpy(#draw_buf, #translate_result, sizeof(draw_buf));
157
	strlcpy(#draw_buf, #translate_result, sizeof(draw_buf)-1);
158
	
158
	
159
	DrawBar(0, y_pos, Form.width-9, Form.cheight - y_pos, 0xFFFFFF);
159
	DrawBar(0, y_pos, Form.width-9, Form.cheight - y_pos, 0xFFFFFF);