Fix various mistakes: Eolite, app_plus.ini, /data/Tupfile.lua

git-svn-id: svn://kolibrios.org@6583 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2016-10-07 19:12:37 +00:00
parent dd8a86960b
commit a36e7f74c1
4 changed files with 12 additions and 7 deletions

View File

@@ -113,7 +113,7 @@ void _SystemDiscs::Get()
}
if (!strcmp(#sys_discs, "/rd/1/"))
{
GetDir(#tempbuf, #temp_file_count, "/kolibrios/", DIRS_ONLYREAL);
GetDir(#tempbuf, #temp_file_count, "/kolibrios", DIRS_ONLYREAL);
if (temp_file_count) list.add("/kolibrios/");
free(tempbuf);
}
@@ -239,7 +239,7 @@ void DrawLeftPanelBg()
}
else
{
DrawBar(2,start_y,190, onTop1-268, col_lpanel);
DrawBar(2,start_y,190, onTop1-268+status_bar_h, col_lpanel);
PutPaletteImage(#blue_hl, 190, 268, 2, Form.cheight-270, 8, #blue_hl_pal);
}
PutShadow(17,start_y,160,1,1,3);