Eolite: fix weird crash on the real PC after r7491

git-svn-id: svn://kolibrios.org@7645 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2019-05-01 08:56:46 +00:00
parent 4f9a8d23e4
commit dbf745a885
3 changed files with 5 additions and 5 deletions

View File

@ -93,7 +93,7 @@ void DrawDot(dword x,y) {
PutPixel(x+3,y+3,col_pxl); PutPixel(x+3,y+3,col_pxl);
} }
:void DrawCaptButtonSmallText(dword x,y,w,h,id,color_b, color_t,text) void DrawCaptButtonSmallText(dword x,y,w,h,id,color_b, color_t,text)
{ {
dword tx = -strlen(text)*6+w/2+x; dword tx = -strlen(text)*6+w/2+x;
dword ty = h/2-3+y; dword ty = h/2-3+y;

View File

@ -1,5 +1,5 @@
#define TITLE "Eolite File Manager 4.21" #define TITLE "Eolite File Manager 4.21b"
#define ABOUT_TITLE "EOLITE 4.21" #define ABOUT_TITLE "EOLITE 4.21b"
#ifdef LANG_RUS #ifdef LANG_RUS
?define T_FILE "” ©«" ?define T_FILE "” ©«"

View File

@ -104,7 +104,7 @@
} }
#ifdef LANG_RUS #ifdef LANG_RUS
:unsigned char *ERROR_TEXT[]={ unsigned char *ERROR_TEXT[]={
"Š®¤ #0: ãᯥ譮", "Š®¤ #0: ãᯥ譮",
"Žè¨¡ª  #1: ­¥ ®¯à¥¤¥«¥­  ¡ §  ¨/¨«¨ à §¤¥« ¦ñá⪮£® ¤¨áª ", "Žè¨¡ª  #1: ­¥ ®¯à¥¤¥«¥­  ¡ §  ¨/¨«¨ à §¤¥« ¦ñá⪮£® ¤¨áª ",
"Žè¨¡ª  #2: äã­ªæ¨ï ­¥ ¯®¤¤¥à¦¨¢ ¥âáï ¤«ï í⮩ ä ©«®¢®© á¨á⥬ë", "Žè¨¡ª  #2: äã­ªæ¨ï ­¥ ¯®¤¤¥à¦¨¢ ¥âáï ¤«ï í⮩ ä ©«®¢®© á¨á⥬ë",
@ -123,7 +123,7 @@
"Žè¨¡ª  #31: ä ©« ­¥ ï¥âáï ¨á¯®«­ï¥¬ë¬", "Žè¨¡ª  #31: ä ©« ­¥ ï¥âáï ¨á¯®«­ï¥¬ë¬",
"Žè¨¡ª  #32: ᫨誮¬ ¬­®£® ¯à®æ¥áᮢ", 0}; "Žè¨¡ª  #32: ᫨誮¬ ¬­®£® ¯à®æ¥áᮢ", 0};
#else #else
:unsigned char *ERROR_TEXT[]={ unsigned char *ERROR_TEXT[]={
"Code #0 - No error, compleated successfully", "Code #0 - No error, compleated successfully",
"Error #1 - Base or partition of a hard disk is not defined", "Error #1 - Base or partition of a hard disk is not defined",
"Error #2 - Function isn't supported for this file system", "Error #2 - Function isn't supported for this file system",