Subversion Repositories Kolibri OS

Rev

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

Rev 8847 Rev 8868
Line 67... Line 67...
67
 
67
 
Line 68... Line 68...
68
int popin_w=260;
68
int popin_w=260;
69
void DrawEolitePopup(dword b1_text, b2_text)
69
void DrawEolitePopup(dword b1_text, b2_text)
70
{
70
{
71
	int but_x;
-
 
72
	int popin_x = files.w - popin_w / 2 + files.x ;
71
	int popin_x = files.w - popin_w / 2 + files.x ;
73
	DrawPopup(popin_x, 160, popin_w, 95, 1, sc.work, sc.work_graph);
72
	DrawPopup(popin_x, 160, popin_w, 95, 1, sc.work, sc.work_graph);
74
	DrawCaptButton(popin_x+23+000, 215, 100, 26, POPUP_BTN1, sc.button, sc.button_text, b1_text);
73
	DrawCaptButton(popin_x+23+000, 215, 100, 26, POPUP_BTN1, sc.button, sc.button_text, b1_text);
75
	DrawCaptButton(popin_x+23+114, 215, 100, 26, POPUP_BTN2, sc.button, sc.button_text, b2_text);
74
	DrawCaptButton(popin_x+23+114, 215, 100, 26, POPUP_BTN2, sc.button, sc.button_text, b2_text);
76
}
75
}