Subversion Repositories Kolibri OS

Rev

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

Rev 9597 Rev 9602
Line 92... Line 92...
92
 
92
 
Line 93... Line 93...
93
void ShowConfirmQuestionPopin()
93
void ShowConfirmQuestionPopin()
94
{
94
{
95
	apply_question_active = true;
95
	apply_question_active = true;
96
	DrawPopup(15,80,250,90,1,sc.work, sc.work_graph);
96
	DrawPopup(15,80,250,90,1,sc.work, sc.line);
97
	WriteText(35, 102, 0x90, 0x000000, QUEST_1);
97
	WriteText(35, 102, 0x90, 0x000000, QUEST_1);
98
	WriteText(65, 117, 0x90, 0x000000, QUEST_2);
98
	WriteText(65, 117, 0x90, 0x000000, QUEST_2);
99
	DrawStandartCaptButton(62,138,B_SETINGS_APPLY_SUBFOLDER,T_YES);
99
	DrawStandartCaptButton(62,138,B_SETINGS_APPLY_SUBFOLDER,T_YES);
100
	DrawStandartCaptButton(155,138,B_SETINGS_APPLY_NO_SUBFOLDER,T_NO);
100
	DrawStandartCaptButton(155,138,B_SETINGS_APPLY_NO_SUBFOLDER,T_NO);
101
}
101
}