Subversion Repositories Kolibri OS

Rev

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

Rev 4698 Rev 4860
Line 30... Line 30...
30
}
30
}
Line 31... Line 31...
31
 
31
 
32
 
32
 
-
 
33
void Copy(dword pcth, char cut)
33
void Copy(dword pcth, char cut)
34
{
34
{
35
	add_to_copy(pcth);
35
	copy_path.type = 3;
36
	copy_path.type = 3;
36
	copy_path.size = sizeof(copy_path);
37
	copy_path.size = sizeof(copy_path);
37
	clipboard.SetSlotData(sizeof(copy_path), #copy_path);
38
	clipboard.SetSlotData(sizeof(copy_path), #copy_path);