Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5458 → Rev 5459

/programs/cmm/eolite/include/copy.h
1,5 → 1,13
//Leency 2008-2014
 
#ifdef LANG_RUS
?define INFO_AFTER_COPY "Š®¯¨à®¢ ­¨¥ § ¢¥à襭®"
#elif LANG_EST
?define INFO_AFTER_COPY "Copy finished"
#else
?define INFO_AFTER_COPY "Copy finished"
#endif
 
byte copy_to[4096];
byte cut_active=0;
 
111,6 → 119,7
{
cut_active=false;
}
if (info_after_copy) notify(INFO_AFTER_COPY);
CopyExit();
}