Subversion Repositories Kolibri OS

Rev

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

Rev 5209 Rev 5459
Line 1... Line 1...
1
//Leency 2008-2014
1
//Leency 2008-2014
Line -... Line 2...
-
 
2
 
-
 
3
#ifdef LANG_RUS
-
 
4
	?define INFO_AFTER_COPY "Š®¯¨à®¢ ­¨¥ § ¢¥à襭®"
-
 
5
#elif LANG_EST
-
 
6
	?define INFO_AFTER_COPY "Copy finished"
-
 
7
#else
-
 
8
	?define INFO_AFTER_COPY "Copy finished"
-
 
9
#endif
2
 
10
 
3
byte copy_to[4096];
11
byte copy_to[4096];
Line 4... Line 12...
4
byte cut_active=0;
12
byte cut_active=0;
Line 109... Line 117...
109
	}
117
	}
110
	if (cut_active)
118
	if (cut_active)
111
	{
119
	{
112
		cut_active=false;
120
		cut_active=false;
113
	}
121
	}
-
 
122
	if (info_after_copy) notify(INFO_AFTER_COPY);
114
	CopyExit();
123
	CopyExit();
115
}
124
}
Line 116... Line 125...
116
 
125
 
117
void CopyExit()
126
void CopyExit()