Subversion Repositories Kolibri OS

Rev

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

Rev 3433 Rev 3434
Line 69... Line 69...
69
	SetSystemSkin("/tmp9/1/skins/latte.skn");
69
	SetSystemSkin("/tmp9/1/skins/latte.skn");
70
	EndLoop();
70
	EndLoop();
71
}
71
}
72
 
72
 
Line -... Line 73...
-
 
73
void copyf_Action(dword filename)
-
 
74
{
-
 
75
	if (CheckEvent()==evReDraw) { DefineWindow("Installation Started", "Stop"); ShowProgress("Copying files..."); }
-
 
76
	ShowProgress(NULL);
-
 
77
	DrawBar(TEXTX, BLACK_H+50, Form.cwidth-TEXTX, 12, 0xFFFfff);
-
 
78
	WriteText(TEXTX, BLACK_H+50, 0x80, 0, filename);
-
 
79
}
-
 
80
 
Line 73... Line 81...
73
 
81
 
74
void EndLoop()
82
void EndLoop()
75
{
83
{