Eolite 3.60: change currend directory

git-svn-id: svn://kolibrios.org@6504 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Serhii Sakhno 2016-08-27 22:54:05 +00:00
parent 85cf426f43
commit b1adedb4a8
3 changed files with 11 additions and 2 deletions

View File

@ -792,6 +792,7 @@ void Open_Dir(dword dir_path, redraw){
files.KeyHome(); files.KeyHome();
if(!_not_draw) { list_full_redraw=true; DrawStatusBar(); List_ReDraw(); } if(!_not_draw) { list_full_redraw=true; DrawStatusBar(); List_ReDraw(); }
} }
SetCurDir(dir_path);
} }

View File

@ -1,5 +1,5 @@
#define TITLE "Eolite File Manager v3.59" #define TITLE "Eolite File Manager v3.60"
#define ABOUT_TITLE "EOLITE 3.59" #define ABOUT_TITLE "EOLITE 3.60"
#ifdef LANG_RUS #ifdef LANG_RUS
?define T_FILE "” ©«" ?define T_FILE "” ©«"

View File

@ -247,6 +247,14 @@ inline fastcall ExitProcess()
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
inline fastcall void SetCurDir( ECX)
{
EAX=30;
EBX=1;
$int 0x40
}
//eax = ÿçûê ñèñòåìû (1=eng, 2=fi, 3=ger, 4=rus) //eax = ÿçûê ñèñòåìû (1=eng, 2=fi, 3=ger, 4=rus)
inline fastcall int GetSystemLanguage() inline fastcall int GetSystemLanguage()
{ {